﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿/* ========================================
   产品详情页样式 - 淘宝风格
   ======================================== */

/* 页面容器 */
body.single-product .site-main {
    background: #f5f5f5 !important;
    padding: 20px 0 60px !important;
    min-height: 100vh;
}

/* 面包屑 */
body.single-product .rhw-breadcrumb {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 12px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
}

body.single-product .rhw-breadcrumb a {
    color: #333 !important;
    text-decoration: none !important;
}

body.single-product .rhw-breadcrumb a:hover {
    color: #e43961 !important;
}

body.single-product .rhw-breadcrumb .separator {
    margin: 0 8px !important;
    color: #ccc !important;
}

/* 两列布局 - 淘宝风格 左图右详 */
body.single-product div.product {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    align-items: flex-start !important;
}

/* 产品图片区域 - 左 */
body.single-product div.product > .woocommerce-product-gallery {
    flex: 0 0 500px !important;
    max-width: 500px !important;
    min-width: 300px !important;
}

/* 产品信息区域 - 右 */
body.single-product div.product > .summary {
    flex: 1 !important;
    min-width: 300px !important;
}

/* 详情Tab区域 - 占满一行 */
body.single-product div.product > .woocommerce-tabs {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* 确保Related products中的卡片不受影响 */
body.single-product .related,
body.single-product .upsells,
body.single-product .cross-sells {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 30px auto 0 !important;
    padding: 20px 10px 0 !important;
}

body.single-product .related .products .product,
body.single-product .upsells .products .product,
body.single-product .cross-sells .products .product {
    display: block !important;
    flex: none !important;
    max-width: none !important;
    width: auto !important;
}

/* 产品图片区域样式 */
body.single-product div.product > .woocommerce-product-gallery {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 20px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

/* 产品信息区域样式 */
body.single-product div.product > .summary {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 20px 25px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

body.single-product .woocommerce-product-gallery img {
    width: 100% !important;
    height: auto !important;
    max-height: 500px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
}

/* 产品图片缩略图 */
body.single-product .thumbnails {
    display: flex !important;
    gap: 10px !important;
    margin-top: 15px !important;
}

body.single-product .thumbnails img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    opacity: 0.5 !important;
    transition: all 0.2s !important;
    border: 1px solid #eee !important;
}

body.single-product .thumbnails img:hover,
body.single-product .thumbnails img.active {
    opacity: 1 !important;
    border-color: #e43961 !important;
}

/* 产品分类标签 */
body.single-product .product_meta {
    margin-bottom: 16px !important;
}

body.single-product .product_meta a {
    display: inline-block !important;
    background: #f5f5f5 !important;
    color: #666 !important;
    padding: 3px 10px !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

/* 产品标题 - 淘宝风格 */
body.single-product .product_title {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
}

/* 价格样式 - 淘宝红色风格 */
body.single-product .price {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e43961 !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px dashed #eee !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 12px !important;
}

body.single-product .price del {
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

body.single-product .price del span {
    text-decoration: line-through !important;
}

body.single-product .price ins {
    text-decoration: none !important;
}

/* 产品描述 */
body.single-product .woocommerce-product-details__short-description {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: #f9f9f9 !important;
    border-radius: 4px !important;
}

/* 库存状态 */
body.single-product .stock {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #3f3f3f !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.single-product .stock:before {
    content: '' !important;
    width: 10px !important;
    height: 10px !important;
    background: #52b153 !important;
    border-radius: 50% !important;
}

body.single-product .stock.out-of-stock {
    color: #999 !important;
}

body.single-product .stock.out-of-stock:before {
    background: #ccc !important;
}

/* 数量选择器 */
body.single-product .quantity {
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

body.single-product .quantity label {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #666 !important;
    font-size: 14px !important;
}

body.single-product .quantity input.qty {
    width: 60px !important;
    height: 36px !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    font-family: "PingFang SC", Arial, sans-serif !important;
    font-size: 14px !important;
    text-align: center !important;
    background: #fff !important;
    color: #333 !important;
}

body.single-product .quantity input.qty:focus {
    border-color: #e43961 !important;
    outline: none !important;
}

/* 购买按钮 */
body.single-product .single_add_to_cart_button {
    width: 100% !important;
    height: 50px !important;
    background: #df3e61 !important;
    color: #fff !important;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    margin-top: 15px !important;
}

body.single-product .single_add_to_cart_button:hover {
    background: #c93551 !important;
}
    background: linear-gradient(135deg, #e8c865 0%, #d4af37 50%, #e8c865 100%) !important;
}

body.single-product .single_add_to_cart_button:hover::before {
    left: 100% !important;
}

/* 分享图标区域 - 奢华风格 */
.rhw-product-share-icons {
    font-family: "DM Sans", "PingFang SC", sans-serif !important;
    margin-top: 35px !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(212,175,55,0.15) !important;
}

.rhw-product-share-icons > div:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    font-size: 12px !important;
    color: #8a8075 !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* 分享图标区域 */
.rhw-product-share-icons {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px dashed #eee !important;
}

.rhw-product-share-icons > div:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 13px !important;
    color: #999 !important;
}

/* 产品标签（Tabs）*/
body.single-product .woocommerce-tabs {
    max-width: 1200px !important;
    margin: 30px auto 0 !important;
    padding: 0 10px !important;
}

body.single-product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #eee !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    display: flex !important;
    gap: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #e43961 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding: 12px 0 !important;
    font-size: 14px !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #e43961 !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px !important;
    background: #fff !important;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
}

body.single-product .woocommerce-tabs h2 {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    color: #666 !important;
    margin-bottom: 12px !important;
}

/* 相关产品区域 */
body.single-product .related {
    max-width: 1200px !important;
    margin: 30px auto 0 !important;
    padding: 20px 10px 0 !important;
    border-top: 1px solid #eee !important;
}

body.single-product .related > h2 {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
}

body.single-product .related ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 清除干扰的伪元素 */
body.single-product .related ul.products::before,
body.single-product .related ul.products::after {
    content: none !important;
    display: none !important;
}

/* 相关产品卡片 */
body.single-product .related .products .product {
    background: #fff !important;
    border: 1px solid #eee !important;
    transition: box-shadow 0.3s !important;
}

body.single-product .related .products .product:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

body.single-product .related .products .product img {
    width: 100% !important;
    height: auto !important;
    max-height: 180px !important;
    object-fit: contain !important;
}

body.single-product .related .products .product h2 {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    padding: 10px !important;
    margin: 0 !important;
    color: #333 !important;
    line-height: 1.4 !important;
}

body.single-product .related .products .product .price {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #e43961 !important;
    text-align: left !important;
    padding: 0 10px 10px !important;
    margin: 0 !important;
}

body.single-product .related .products .product .button {
    display: block !important;
    width: calc(100% - 20px) !important;
    margin: 0 10px 10px !important;
    padding: 8px !important;
    background: #fff !important;
    border: 1px solid #e43961 !important;
    border-radius: 2px !important;
    text-align: center !important;
    font-family: "PingFang SC", Arial, sans-serif !important;
    font-size: 12px !important;
    color: #e43961 !important;
    text-decoration: none !important;
}

body.single-product .related .products .product .button:hover {
    background: #e43961 !important;
    color: #fff !important;
}

/* ========================================
   搜索结果页面样式
   ======================================== */
body.search.rhw-shop-archive .page-content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

body.search.rhw-shop-archive article.post {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    padding: 0 0 19px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

body.search.rhw-shop-archive article.post:not(:has(img)) {
    display: none !important;
}

body.search.rhw-shop-archive article.post img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
}

body.search.rhw-shop-archive article.post .entry-title {
    margin: 16px 0 0 !important;
    text-align: center !important;
    padding: 0 14px !important;
}

body.search.rhw-shop-archive article.post .entry-title a {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    color: #201e20 !important;
    text-decoration: none !important;
}

body.search.rhw-shop-archive article.post p {
    display: none !important;
}

body.rhw-product-single .rhw-main-image img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 600px !important;
    object-fit: contain !important;
}

/* 品牌区域 */
body.rhw-product-single .rhw-product-brand-section {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding: 24px 0 !important;
    border-top: 1px solid #f0f0f0 !important;
}

/* 产品标签 */
body.rhw-product-single .rhw-product-badge {
    margin-bottom: 20px !important;
}

/* 产品标题 */
body.rhw-product-single .rhw-product-title {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
    margin: 0 0 16px !important;
}

/* 产品价格 */
body.rhw-product-single .rhw-product-price {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #26692f !important;
    line-height: 1.4 !important;
    margin: 0 0 28px !important;
}

body.rhw-product-single .rhw-product-price .woocommerce-Price-amount {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #26692f !important;
}

/* 产品信息区域 */
body.rhw-product-single .rhw-product-info {
    margin-bottom: 28px !important;
}

body.rhw-product-single .rhw-product-info-item {
    font-size: 14px !important;
    color: #444 !important;
    line-height: 1.8 !important;
    margin-bottom: 8px !important;
}

/* 库存状态 */
body.rhw-product-single .rhw-product-stock {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #26692f !important;
    margin-bottom: 24px !important;
}

body.rhw-product-single .rhw-product-stock.out-of-stock {
    color: #e60023 !important;
}

/* Quantity标签 */
body.rhw-product-single .rhw-quantity-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
}

/* Add to cart区域 */
body.rhw-product-single .rhw-add-to-cart-section {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
    margin-bottom: 28px !important;
}

body.rhw-product-single .rhw-add-to-cart-section .quantity {
    margin: 0 !important;
}

body.rhw-product-single .rhw-add-to-cart-section .quantity input.qty {
    width: 80px !important;
    height: 48px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    text-align: center !important;
}

body.rhw-product-single .rhw-add-to-cart {
    background-color: #201e20 !important;
    color: #fff !important;
    padding: 14px 40px !important;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    letter-spacing: 0.5px !important;
}

body.rhw-product-single .rhw-add-to-cart:hover {
    background-color: #403c40 !important;
}

/* Save this product for later */
body.rhw-product-single .rhw-product-save-later {
    margin-bottom: 16px !important;
}

/* 产品详情区域 */
body.rhw-product-single .rhw-product-details {
    grid-column: 1 / -1 !important;
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 1px solid #f0f0f0 !important;
}

body.rhw-product-single .rhw-product-details-title {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 32px !important;
}

body.rhw-product-single .rhw-product-details-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #444 !important;
}

body.rhw-product-single .rhw-product-details-content p {
    margin-bottom: 20px !important;
}

/* You May Also部分 */
body.rhw-product-single .rhw-you-may-also {
    grid-column: 1 / -1 !important;
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 1px solid #f0f0f0 !important;
}

body.rhw-product-single .rhw-you-may-also-title {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 32px !important;
}

body.rhw-product-single .rhw-related-products {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 20px !important;
}

body.rhw-product-single .rhw-related-product-card {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 4px !important;
    padding: 16px !important;
    text-align: center !important;
    transition: box-shadow 0.3s ease !important;
}

body.rhw-product-single .rhw-related-product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
}

body.rhw-product-single .rhw-related-product-image {
    width: 100% !important;
    height: 140px !important;
    object-fit: contain !important;
    margin-bottom: 16px !important;
}

body.rhw-product-single .rhw-related-product-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}

body.rhw-product-single .rhw-related-product-price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #26692f !important;
    margin-bottom: 16px !important;
}

body.rhw-product-single .rhw-related-product-link {
    display: inline-block !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    padding: 8px 20px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}

body.rhw-product-single .rhw-related-product-link:hover {
    background: #e0e0e0 !important;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    body.rhw-product-single .product {
        grid-template-columns: 1fr !important;
        gap: 50px !important;
    }
    
    body.rhw-product-single .rhw-related-products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    body.rhw-product-single .rhw-add-to-cart-section {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    body.rhw-product-single .rhw-related-products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ========================================
   搜索结果页面样式
   ======================================== */
body.search.rhw-shop-archive {
    background-color: #fff !important;
}

body.search.rhw-shop-archive .site-main {
    width: min(1120px, calc(100% - 32px)) !important;
    margin: 0 auto !important;
    padding: 40px 0 !important;
}

body.search.rhw-shop-archive .page-header {
    margin-bottom: 32px !important;
}

body.search.rhw-shop-archive .page-header .entry-title {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #201e20 !important;
    margin: 0 !important;
}

body.search.rhw-shop-archive .page-content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

body.search.rhw-shop-archive article.post {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    padding: 0 0 19px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

body.search.rhw-shop-archive article.post:not(:has(img)) {
    display: none !important;
}

body.search.rhw-shop-archive article.post img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
}

body.search.rhw-shop-archive article.post .entry-title {
    margin: 16px 0 0 !important;
    text-align: center !important;
    padding: 0 14px !important;
}

body.search.rhw-shop-archive article.post .entry-title a {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    color: #201e20 !important;
    text-decoration: none !important;
}

body.search.rhw-shop-archive article.post p {
    display: none !important;
}

@media (max-width: 1024px) {
    body.search.rhw-shop-archive .page-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    body.search.rhw-shop-archive .page-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ========================================
   产品详情页面样式
   ======================================== */
body.rhw-product-single {
    background-color: #fafafa !important;
}

body.rhw-product-single .site-main {
    width: min(1120px, calc(100% - 32px)) !important;
    margin: 0 auto !important;
    padding: 40px 0 !important;
}

/* 隐藏不必要的元素 */
body.rhw-product-single .woocommerce-breadcrumb,
body.rhw-product-single .product_meta,
body.rhw-product-single .woocommerce-product-rating,
body.rhw-product-single .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* 面包屑样式 */
.rhw-breadcrumb {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.rhw-breadcrumb a {
    color: #201e20;
    text-decoration: none;
    transition: color 0.2s;
}

.rhw-breadcrumb a:hover {
    color: #26692f;
}

.rhw-breadcrumb .separator {
    margin: 0 8px;
}

/* 产品详情容器 */
body.rhw-product-single .product {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: start !important;
}

/* 产品图片 */
body.rhw-product-single .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

body.rhw-product-single .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* 品牌区域样式 */
body.rhw-product-single .rhw-product-brand-section {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #eee !important;
    margin-top: 20px !important;
}

body.rhw-product-single .rhw-product-badge {
    margin-bottom: 16px !important;
}

/* 产品信息 */
body.rhw-product-single .product_title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #201e20 !important;
    line-height: 1.3 !important;
    margin: 0 0 20px !important;
}

body.rhw-product-single .price {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #26692f !important;
    line-height: 1.5 !important;
    margin: 0 0 30px !important;
}

/* 产品描述 */
body.rhw-product-single .woocommerce-product-details__short-description {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #444 !important;
    margin: 0 0 30px !important;
}

body.rhw-product-single .woocommerce-product-details__short-description p {
    margin-bottom: 16px !important;
}

/* 数量选择器 */
body.rhw-product-single .quantity {
    display: flex !important;
    align-items: center !important;
    margin: 0 0 20px !important;
}

body.rhw-product-single .quantity input.qty {
    width: 100px !important;
    height: 48px !important;
    padding: 0 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    text-align: center !important;
}

/* Add to Bag 按钮 */
body.rhw-product-single .single_add_to_cart_button {
    background-color: #201e20 !important;
    color: #fff !important;
    padding: 16px 40px !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background-color 0.3s ease !important;
    cursor: pointer !important;
}

body.rhw-product-single .single_add_to_cart_button:hover {
    background-color: #403c40 !important;
}

/* 产品标签 */
body.rhw-product-single .product_meta {
    margin-top: 30px !important;
}

body.rhw-product-single .product_meta > span {
    display: block !important;
    margin-bottom: 8px !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    color: #666 !important;
}

body.rhw-product-single .product_meta a {
    color: #26692f !important;
    text-decoration: none !important;
}

body.rhw-product-single .product_meta a:hover {
    text-decoration: underline !important;
}

/* 产品标签页 */
body.rhw-product-single .woocommerce-tabs {
    margin-top: 40px !important;
    grid-column: 1 / -1 !important;
}

body.rhw-product-single .woocommerce-tabs ul.tabs {
    display: flex !important;
    gap: 0 !important;
    border-bottom: 1px solid #eee !important;
    padding: 0 !important;
    margin: 0 0 30px !important;
}

body.rhw-product-single .woocommerce-tabs ul.tabs li {
    list-style: none !important;
    margin: 0 20px 0 0 !important;
    padding: 10px 0 !important;
    border: none !important;
    background: none !important;
}

body.rhw-product-single .woocommerce-tabs ul.tabs li a {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #666 !important;
    text-decoration: none !important;
    padding: 0 !important;
}

body.rhw-product-single .woocommerce-tabs ul.tabs li.active a {
    color: #201e20 !important;
    border-bottom: 2px solid #26692f !important;
    padding-bottom: 8px !important;
}

body.rhw-product-single .woocommerce-Tabs-panel {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #444 !important;
}

body.rhw-product-single .woocommerce-Tabs-panel h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #201e20 !important;
    margin-bottom: 20px !important;
}

/* 相关产品 */
body.rhw-product-single .related.products {
    grid-column: 1 / -1 !important;
    margin-top: 60px !important;
}

body.rhw-product-single .related.products h2 {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #201e20 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}

body.rhw-product-single .related.products .products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

body.rhw-product-single .related.products .product {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    padding: 0 0 19px !important;
}

body.rhw-product-single .related.products .product img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
}

body.rhw-product-single .related.products .product h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0 14px !important;
    margin: 16px 0 0 !important;
}

body.rhw-product-single .related.products .product .price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #26692f !important;
    text-align: center !important;
    padding: 0 14px !important;
    margin: 8px 0 16px !important;
}

body.rhw-product-single .related.products .product .button {
    display: block !important;
    width: calc(100% - 32px) !important;
    margin: 0 16px !important;
    padding: 12px 16px !important;
    background: #f9f9f9 !important;
    border: 1px solid #c6c6c6 !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-decoration: none !important;
}

body.rhw-product-single .related.products .product .button:hover {
    background: #fff !important;
}

/* 产品详情页响应式 */
@media (max-width: 1024px) {
    body.rhw-product-single .product {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    body.rhw-product-single .related.products .products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    body.rhw-product-single .related.products .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ========================================
   搜索结果页面样式 - 优先级最高
   ======================================== */

body.search.rhw-shop-archive main {
    width: min(1120px, calc(100% - 32px)) !important;
    margin: 0 auto !important;
    padding: 0 0 40px !important;
}

body.search.rhw-shop-archive .page-header {
    width: 100% !important;
    grid-column: 1 / -1 !important;
}

body.search.rhw-shop-archive .entry-title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #201e20 !important;
    line-height: 1.3 !important;
    margin: 20px 0 20px !important;
}

body.search.rhw-shop-archive .page-content {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* 只显示有图片的产品，隐藏那个错误的页面 */
body.search.rhw-shop-archive article.post:not(:has(img)) {
    display: none !important;
}

body.search.rhw-shop-archive article.post {
    background: #f9f9f9 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 0 19px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

body.search.rhw-shop-archive article.post a {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
}

body.search.rhw-shop-archive article.post img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
    margin: 0 !important;
    background: #f9f9f9 !important;
    border: none !important;
}

body.search.rhw-shop-archive article.post h2.entry-title {
    margin: 16px 0 0 !important;
    text-align: center !important;
    color: #111 !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    padding: 0 14px !important;
}

/* 隐藏多余的描述文本 */
body.search.rhw-shop-archive article.post p {
    display: none !important;
}

body.search.rhw-shop-archive article.post .price {
    margin: 7px 0 0 !important;
    display: block !important;
    text-align: center !important;
    color: #111 !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}

body.search.rhw-shop-archive article.post .button {
    margin: 7px auto 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 29px !important;
    padding: 2px 28px 1px !important;
    border: 1px solid #c6c6c6 !important;
    border-radius: 4px !important;
    background: #f9f9f9 !important;
    color: #111 !important;
    text-decoration: none !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

body.search.rhw-shop-archive article.post .button:hover {
    background: #fff !important;
    color: #111 !important;
}

/* 搜索结果响应式 */
@media (max-width: 1024px) {
    body.search.rhw-shop-archive .page-content {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    body.search.rhw-shop-archive .page-content {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
    }
    
    body.search.rhw-shop-archive article.post {
        min-height: 300px !important;
    }
    
    body.search.rhw-shop-archive article.post h2.entry-title {
        font-size: 18px !important;
        line-height: 1.26 !important;
    }
    
    body.search.rhw-shop-archive article.post .price {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    body.search.rhw-shop-archive article.post .button {
        width: 96px !important;
        min-height: 38px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        padding: 8px 10px !important;
    }
}

.rhw-announcement-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.rhw-announcement__inner {
    max-width: none;
    width: 100%;
    margin: 0 auto;
}

.rhw-announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background: #26692f;
    padding: 12px 20px;
}

.rhw-announcement__text,
.rhw-announcement__link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.rhw-announcement-wrap.rhw-preset-figma-1-916 .rhw-announcement__inner {
    max-width: none;
    width: 100%;
}

.rhw-announcement-wrap.rhw-preset-figma-1-916 .rhw-announcement {
    min-height: 48px;
    padding: 12px 20px;
    background: #26692f;
}

.rhw-announcement-wrap.rhw-preset-figma-1-916 .rhw-announcement__text,
.rhw-announcement-wrap.rhw-preset-figma-1-916 .rhw-announcement__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.rhw-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 509px;
    background-color: #3b2f24;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.rhw-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.rhw-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 451px;
    padding: 118px 0;
    text-align: center;
    color: #fff;
}

.rhw-hero__eyebrow {
    margin: 0;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
}

.rhw-hero__title {
    margin: 29px 0 0;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
    letter-spacing: 0;
}

.rhw-hero__subtitle {
    margin: 30px 0 0;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-hero__actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 96px;
    gap: 14px;
}

.rhw-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 13px 32px 15px;
    border-radius: 8px;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

.rhw-hero__btn--primary {
    background: #fff;
    color: #111;
}

.rhw-hero__btn--secondary {
    border: 1px solid rgba(255, 255, 255, 0.82);
    color: #fff;
    background: rgba(0, 0, 0, 0.12);
}

.rhw-video-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #e9e9e9;
    padding: 99px 0 102px;
}

.rhw-video-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.rhw-video-tile__title {
    margin: 0;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #212427;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
    letter-spacing: 0;
}

.rhw-video-tile__desc {
    margin: 25px auto 0;
    width: min(804px, 100%);
    text-align: center;
    color: #212427;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-video-tile__media {
    position: relative;
    margin-top: 38px;
    width: 100%;
    aspect-ratio: 1120 / 630;
    background: #8f8f8f;
    overflow: hidden;
    cursor: pointer;
}

.rhw-video-tile__cover,
.rhw-video-tile__media iframe {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    display: block;
}

.rhw-video-tile__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.rhw-video-tile__badge {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 11px 12px;
    z-index: 2;
}

.rhw-video-tile__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 0;
    background: transparent;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.rhw-video-tile__play-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
}

.rhw-video-tile__play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #fff;
}

.rhw-video-tile__media.is-playing {
    cursor: default;
}

.rhw-video-tile__media.is-playing .rhw-video-tile__cover,
.rhw-video-tile__media.is-playing .rhw-video-tile__shade,
.rhw-video-tile__media.is-playing .rhw-video-tile__play {
    display: none;
}

.rhw-video-tile__author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.4);
}

.rhw-video-tile__author-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.rhw-video-tile__author-text {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.rhw-video-tile__error {
    margin: 0;
    text-align: center;
    color: #212427;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.rhw-featured-product-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f9f9f9;
    padding: 100px 0 50px;
}

.rhw-featured-product-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 550px minmax(0, 1fr);
    align-items: start;
    justify-content: space-between;
    gap: 84px;
    position: relative;
}

.rhw-featured-product-tile__media-col {
    position: relative;
    width: 550px;
}

.rhw-featured-product-tile__deco {
    position: absolute;
    top: -36px;
    left: -114px;
    width: 240px;
    height: 190px;
    object-fit: contain;
    z-index: 2;
}

.rhw-featured-product-tile__deco-fallback {
    position: absolute;
    top: -36px;
    left: -114px;
    width: 240px;
    height: 190px;
    display: inline-block;
    z-index: 2;
}

.rhw-featured-product-tile__deco-fallback svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rhw-featured-product-tile__image {
    width: 550px;
    height: 550px;
    object-fit: cover;
    display: block;
}

.rhw-featured-product-tile__image--placeholder {
    background: #e4e4e4;
}

.rhw-featured-product-tile__bottom-strip {
    margin-top: 16px;
    width: 100%;
    display: block;
}

.rhw-featured-product-tile__bottom-strip--fallback {
    min-height: 58px;
    border-radius: 4px;
    background: #181a20;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.rhw-featured-product-tile__content {
    margin-top: 10px;
}

.rhw-featured-product-tile__badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 15px;
    background: #fff;
    color: #000;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.rhw-featured-product-tile__title {
    margin: 21px 0 0;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-featured-product-tile__desc {
    margin: 22px 0 0;
    max-width: 478px;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-featured-product-tile__desc strong {
    font-weight: 700;
}

.rhw-featured-product-tile__cta {
    margin-top: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #191919;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 20px;
    line-height: 36px;
}

.rhw-featured-product-tile__cta-arrow {
    font-size: 20px;
    line-height: 1;
}

.rhw-category-products-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f9f9f9;
    padding: 49px 0 50px;
}

.rhw-category-products-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.rhw-category-products-tile__title {
    margin: 0;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-category-products-tile__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 12px;
    margin-top: 42px;
}

.rhw-category-products-tile__card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #fff;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 424px;
}

.rhw-category-products-tile__img {
    width: 100%;
    max-width: 254px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.rhw-category-products-tile__img--placeholder {
    background: #ececec;
}

.rhw-category-products-tile__content {
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.rhw-category-products-tile__name {
    margin: 0;
    color: #201e20;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.rhw-category-products-tile__packet {
    margin: 3px 0 0;
    color: rgba(0, 0, 0, 0.7);
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.rhw-category-products-tile__price {
    margin: 3px 0 0;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.rhw-category-products-tile__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-width: 112px;
    min-height: 39px;
    border-radius: 7px;
    background: #201e20;
    color: #fff;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 27px 12px 28px;
}

.rhw-category-bundles-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #e9e9e9;
    padding: 99px 0 100px;
}

.rhw-category-bundles-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.rhw-category-bundles-tile__title {
    margin: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-category-bundles-tile__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
}

.rhw-category-bundles-tile__card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #fff;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 426px;
}

.rhw-category-bundles-tile__image-wrap {
    position: relative;
    width: 100%;
}

.rhw-category-bundles-tile__img {
    width: 100%;
    max-width: 254px;
    height: 254px;
    object-fit: contain;
    background: #fff;
    display: block;
}

.rhw-category-bundles-tile__img--placeholder {
    background: #ececec;
}

.rhw-category-bundles-tile__label {
    position: absolute;
    top: 8px;
    right: 10px;
    min-height: 22px;
    padding: 3px 12px;
    border-radius: 0;
    color: #fff;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.rhw-category-bundles-tile__content {
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.rhw-category-bundles-tile__name {
    margin: 0;
    color: #201e20;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.rhw-category-bundles-tile__packet {
    margin: 3px 0 0;
    color: rgba(0, 0, 0, 0.7);
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.rhw-category-bundles-tile__subline {
    margin: 2px 0 0;
    color: rgba(0, 0, 0, 0.7);
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.rhw-category-bundles-tile__price {
    margin: 3px 0 0;
    color: #191919;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.01em;
}

.rhw-category-bundles-tile__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-width: 112px;
    min-height: 40px;
    border-radius: 7px;
    background: #1d1f24;
    color: #fff;
    text-decoration: none;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 12px 24px;
}

.rhw-logo-gallery-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f1f0;
    padding: 99px 0 100px;
}

.rhw-logo-gallery-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.rhw-logo-gallery-tile__title {
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-logo-gallery-tile__grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px 8px;
}

.rhw-logo-gallery-tile__card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 169px;
}

.rhw-logo-gallery-tile__img {
    width: 121px;
    height: 121px;
    object-fit: contain;
    margin-top: 15px;
    display: block;
}

.rhw-logo-gallery-tile__img--placeholder {
    background: #ececec;
}

.rhw-logo-gallery-tile__name {
    margin: 8px 10px 10px;
    width: calc(100% - 20px);
    min-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
    color: #1a1a1a;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}

.rhw-feature-list-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #201e20;
    padding: 99px 0 100px;
}

.rhw-feature-list-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.rhw-feature-list-tile__title {
    margin: 0;
    text-align: center;
    color: #ddc3a5;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-feature-list-tile__grid {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 26px;
}

.rhw-feature-list-tile__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rhw-feature-list-tile__icon {
    width: 118px;
    height: 150px;
    object-fit: contain;
    display: block;
}

.rhw-feature-list-tile__icon-fallback {
    color: #ddc3a5;
}

.rhw-feature-list-tile__icon-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rhw-feature-list-tile__icon--placeholder {
    background: rgba(221, 195, 165, 0.15);
    border-radius: 8px;
}

.rhw-feature-list-tile__item-title {
    margin: 0;
    color: #ddc3a5;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.rhw-feature-list-tile__desc {
    margin: 18px 0 0;
    width: min(317px, 100%);
    color: #ddc3a5;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.rhw-customer-review-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #fff;
    padding: 99px 0 100px;
}

.rhw-customer-review-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.rhw-customer-review-tile__title {
    margin: 0;
    text-align: center;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-customer-review-tile__grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
}

.rhw-customer-review-tile__card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #f7f7f8;
    padding: 23px 20px 20px;
    display: flex;
    flex-direction: column;
}

.rhw-customer-review-tile__card:nth-child(1),
.rhw-customer-review-tile__card:nth-child(5) {
    margin-top: 22px;
}

.rhw-customer-review-tile__card:nth-child(3),
.rhw-customer-review-tile__card:nth-child(6) {
    margin-top: 18px;
}

.rhw-customer-review-tile__text {
    margin: 0;
    width: min(319px, 100%);
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.rhw-customer-review-tile__meta {
    margin-top: auto;
    padding-top: 18px;
}

.rhw-customer-review-tile__stars {
    display: flex;
    align-items: center;
    gap: 3px;
    min-height: 20px;
}

.rhw-customer-review-tile__star {
    font-size: 20px;
    line-height: 1;
    color: #cfe8fb;
}

.rhw-customer-review-tile__star.is-filled {
    color: #4da7e0;
}

.rhw-customer-review-tile__author {
    margin: 5px 0 0;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.rhw-cover-rhaeyz-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #201e20;
    padding: 143px 0;
}

.rhw-cover-rhaeyz-tile__inner {
    width: min(749px, calc(100% - 32px));
    margin: 0 auto;
    text-align: center;
}

.rhw-cover-rhaeyz-tile__eyebrow {
    margin: 0;
    color: #fff;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-cover-rhaeyz-tile__title {
    margin: 29px 0 0;
    color: #e0a96d;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-cover-rhaeyz-tile__actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.rhw-cover-rhaeyz-tile__btn {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.rhw-cover-rhaeyz-tile__btn--ghost {
    box-shadow: inset 0 0 0 1px #fff;
    background: rgba(255, 255, 255, 0.01);
    color: #fff;
    min-width: 440px;
    justify-content: flex-start;
    padding: 17px 40px 19px;
}

.rhw-cover-rhaeyz-tile__btn--solid {
    background: #e0a96d;
    color: #000;
    min-width: 184px;
    justify-content: center;
    padding: 17px 30px 19px;
}

.rhw-cover-athptu-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #201e20;
    padding: 208px 0;
}

.rhw-cover-athptu-tile__inner {
    width: min(1312px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 764px;
    align-items: center;
    gap: 10px;
}

.rhw-cover-athptu-tile__content {
    max-width: 622px;
    color: #fff;
    padding-left: 8px;
}

.rhw-cover-athptu-tile__eyebrow {
    margin: 0;
    color: #fff;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.rhw-cover-athptu-tile__eyebrow--mobile {
    display: none;
}

.rhw-cover-athptu-tile__title {
    margin: 25px 0 0;
    color: #fff;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
}

.rhw-cover-athptu-tile__desc {
    margin: 38px 0 0;
    max-width: 622px;
    color: #fff;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-cover-athptu-tile__actions {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rhw-cover-athptu-tile__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 13px 32px 15px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    white-space: nowrap;
}

.rhw-cover-athptu-tile__media {
    position: relative;
    width: 764px;
    height: 600px;
    overflow: hidden;
}

.rhw-cover-athptu-tile__image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: 42% 50%;
    display: block;
}

.rhw-cover-athptu-tile__image--placeholder {
    background: #8a8a8a;
}

.rhw-cover-athptu-tile__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.rhw-image-text-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #fff;
    padding: 56px 0 54px;
}

.rhw-image-text-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.rhw-image-text-tile__text-col {
    max-width: 479px;
}

.rhw-image-text-tile__title {
    margin: 0;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-image-text-tile__subtitle {
    margin: 22px 0 0;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-image-text-tile__desc {
    margin: 26px 0 0;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.rhw-image-text-tile__image-col {
    width: 550px;
    flex: 0 0 550px;
}

.rhw-image-text-tile__image {
    width: 100%;
    height: 429px;
    object-fit: cover;
    display: block;
}

.rhw-image-text-tile__image--placeholder {
    background: #e8e8e8;
}

.rhw-location-5hsrnx-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #201e20;
    padding: 100px 0;
}

.rhw-location-5hsrnx-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 622px;
    align-items: center;
    gap: 70px;
}

.rhw-location-5hsrnx-tile__content {
    max-width: 408px;
    color: #e0a96d;
    min-height: 571px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rhw-location-5hsrnx-tile__title {
    margin: 0;
    color: #e0a96d;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
}

.rhw-location-5hsrnx-tile__subtitle {
    margin: 20px 0 0;
    color: #e0a96d;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.rhw-location-5hsrnx-tile__office {
    margin-top: 22px;
}

.rhw-location-5hsrnx-tile__label {
    margin: 0;
    color: #e0a96d;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.rhw-location-5hsrnx-tile__text {
    margin: 9px 0 0;
    max-width: 408px;
    color: #e0a96d;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.rhw-location-5hsrnx-tile__directions-wrap {
    margin-top: 33px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 4px;
    border-bottom: 1px solid #e0a96d;
}

.rhw-location-5hsrnx-tile__directions {
    color: #e0a96d;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.rhw-location-5hsrnx-tile__arrow {
    color: #e0a96d;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.rhw-location-5hsrnx-tile__arrow svg {
    width: 25px;
    height: 25px;
    display: block;
}

.rhw-location-5hsrnx-tile__contact-label {
    margin-top: 20px;
}

.rhw-location-5hsrnx-tile__link {
    display: inline-block;
    margin-top: 5px;
    color: #e0a96d;
    text-decoration: none;
    border-bottom: 1px solid #e0a96d;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.rhw-location-5hsrnx-tile__socials {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rhw-location-5hsrnx-tile__social {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 44px;
    overflow: hidden;
}

.rhw-location-5hsrnx-tile__social svg {
    width: 44px;
    height: 44px;
    display: block;
}

.rhw-location-5hsrnx-tile__app-wrap {
    margin-top: auto;
    padding-top: 41px;
}

.rhw-location-5hsrnx-tile__app {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 13px 32px 15px;
    border-radius: 8px;
    background: #e0a96d;
    color: #000;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.rhw-location-5hsrnx-tile__map {
    width: 622px;
    height: 571px;
}

.rhw-location-5hsrnx-tile__map-frame {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #e5e3df;
}

.rhw-location-5hsrnx-tile__map-placeholder {
    background: #e5e3df;
    width: 100%;
    height: 100%;
}

.rhw-footer-1889-tile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #201e20;
    padding: 30px 0 35px;
}

.rhw-footer-1889-tile__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rhw-footer-1889-tile__copyright {
    width: 100%;
}

.rhw-footer-1889-tile__disclaimer {
    margin: 0;
    max-width: 1112px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #f5f5f5;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.rhw-footer-1889-tile__disclaimer-label {
    font-weight: 700;
}

.rhw-footer-1889-tile__divider {
    width: 158px;
    height: 1px;
    background: #f5f5f5;
    margin: 48px auto 0;
    opacity: 0.9;
}

.rhw-footer-1889-tile__copy {
    margin: 0;
    text-align: center;
    color: #f5f5f5;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.rhw-footer-1889-tile__links {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.rhw-footer-1889-tile__link {
    color: rgba(245, 245, 245, 0.56);
    text-decoration: none;
    border-bottom: 1px solid rgba(245, 245, 245, 0.56);
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.rhw-shop-archive .woocommerce-result-count,
body.search.rhw-shop-archive .woocommerce-result-count {
    display: none;
}

.rhw-shop-archive .woocommerce-breadcrumb,
.rhw-shop-archive .woocommerce-products-header__title.page-title,
body.search.rhw-shop-archive .woocommerce-breadcrumb,
body.search.rhw-shop-archive .woocommerce-products-header__title.page-title {
    display: block !important;
}

/* 面包屑样式 */
.rhw-shop-archive .woocommerce-breadcrumb,
body.search.rhw-shop-archive .woocommerce-breadcrumb {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px !important;
    text-align: left;
    width: min(1120px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

.rhw-shop-archive .woocommerce-breadcrumb a,
body.search.rhw-shop-archive .woocommerce-breadcrumb a {
    color: #111;
    text-decoration: none;
}

.rhw-shop-archive .woocommerce-breadcrumb a:hover,
body.search.rhw-shop-archive .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* 分类页面标题 */
.rhw-shop-archive .woocommerce-products-header__title.page-title,
body.search.rhw-shop-archive .woocommerce-products-header__title.page-title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    line-height: 61px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 40px !important;
}

/* 分类描述区域 */
.rhw-shop-archive .term-description,
body.search.rhw-shop-archive .term-description {
    max-width: 1120px;
    margin: 0 auto 40px !important;
    padding: 0 16px;
}

.rhw-shop-archive .term-description p,
body.search.rhw-shop-archive .term-description p {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

/* 筛选和排序区域 - 已删除，只保留Sort by */

/* 排序下拉框 */
.rhw-shop-archive .woocommerce-ordering,
body.search.rhw-shop-archive .woocommerce-ordering {
    max-width: 1120px;
    margin: 0 auto 30px;
    padding: 0 16px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.rhw-shop-archive .woocommerce-ordering::before,
body.search.rhw-shop-archive .woocommerce-ordering::before {
    content: 'Sort by';
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}

.rhw-shop-archive .woocommerce-ordering select,
body.search.rhw-shop-archive .woocommerce-ordering select {
    width: auto !important;
    min-width: 128px;
    max-width: 100%;
    border: none;
    background: transparent;
    color: #666;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 20px 0 0;
    box-shadow: none !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M3 6l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    cursor: pointer;
}

body.rhw-shop-archive .site-content,
body.rhw-shop-archive .content-area,
body.rhw-shop-archive .site-main,
body.search.rhw-shop-archive .site-content,
body.search.rhw-shop-archive .content-area,
body.search.rhw-shop-archive .site-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.rhw-shop-archive .site-main,
body.search.rhw-shop-archive .site-main {
    padding-top: 22px !important;
}

body.rhw-cart-page .site-main {
    padding-top: 34px !important;
}

body.rhw-cart-page .entry-title,
body.rhw-cart-page .page-title,
body.rhw-cart-page .woocommerce-breadcrumb {
    display: none !important;
}

.rhw-shop-archive .woocommerce,
body.search.rhw-shop-archive .woocommerce {
    width: min(1120px, calc(100% - 32px)) !important;
    margin: 20px auto 0 !important;
}

.rhw-shop-archive span.onsale,
body.search.rhw-shop-archive span.onsale {
    display: none !important;
}

.rhw-shop-archive .woocommerce-ordering,
body.search.rhw-shop-archive .woocommerce-ordering {
    margin: 0 0 8px;
    float: none;
    display: flex;
    justify-content: flex-end;
    width: min(1120px, calc(100% - 32px)) !important;
    margin-left: auto;
    margin-right: auto;
}

.rhw-shop-archive .woocommerce-ordering select,
body.search.rhw-shop-archive .woocommerce-ordering select {
    width: auto !important;
    min-width: 128px;
    max-width: 100%;
    border: 0;
    background: transparent;
    color: #6f6f6f;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-right: 14px;
    box-shadow: none !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rhw-shop-archive ul.products,
body.search.rhw-shop-archive ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 14px;
    max-width: 1120px;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none;
}

.rhw-shop-archive ul.products::before,
.rhw-shop-archive ul.products::after,
body.search.rhw-shop-archive ul.products::before,
body.search.rhw-shop-archive ul.products::after {
    content: none !important;
    display: none !important;
}

/* 产品卡片样式 */
.rhw-shop-archive ul.products li.product.rhw-shop-card,
body.search.rhw-shop-archive ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #f9f9f9;
    box-shadow: none;
    position: relative;
    padding: 0 0 19px !important;
    display: flex;
    flex-direction: column;
    min-height: 432px;
    overflow: hidden;
}

/* 产品图片区域 */
.rhw-shop-archive ul.products li.product.rhw-shop-card .woocommerce-loop-product__link,
body.search.rhw-shop-archive ul.products li.product .woocommerce-loop-product__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* 产品徽章样式 */
.rhw-shop-card__badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #e05353;
    color: #fff;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    height: 32px;
}

.rhw-shop-card__badge.sildenafil {
    background: #e05353;
}

.rhw-shop-card__badge.sold-out {
    background: #e05353;
}

/* 产品图片 */
.rhw-shop-archive ul.products li.product.rhw-shop-card img,
body.search.rhw-shop-archive ul.products li.product img {
    width: 100%;
    aspect-ratio: 266 / 266;
    object-fit: contain;
    margin: 0 !important;
    background: #f9f9f9;
    padding-top: 32px;
}

/* 产品标题 */
.rhw-shop-archive ul.products li.product.rhw-shop-card h2.woocommerce-loop-product__title,
body.search.rhw-shop-archive ul.products li.product h2.woocommerce-loop-product__title {
    margin: 16px 0 0 !important;
    text-align: center;
    color: #111;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600;
    padding: 0 14px !important;
}

/* 包装信息 */
.rhw-shop-card__pack,
.rhw-shop-card__sku {
    margin: 2px 0 0;
    text-align: center;
    color: #666;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

/* 产品价格 */
.rhw-shop-archive ul.products li.product.rhw-shop-card .price,
body.search.rhw-shop-archive ul.products li.product .price {
    margin: 7px 0 0 !important;
    display: block;
    text-align: center;
    color: #111 !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 700;
}

/* 售罄产品样式 */
.rhw-shop-archive ul.products li.product.rhw-shop-card.out-of-stock,
body.search.rhw-shop-archive ul.products li.product.out-of-stock {
    opacity: 0.6;
}

.rhw-shop-archive ul.products li.product.rhw-shop-card.out-of-stock .price,
body.search.rhw-shop-archive ul.products li.product.out-of-stock .price {
    color: #999 !important;
}

/* 购买按钮 */
.rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy,
body.search.rhw-shop-archive ul.products li.product .button {
    margin: 7px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 4px 32px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy:hover,
body.search.rhw-shop-archive ul.products li.product .button:hover {
    background: #f5f5f5;
    color: #111;
}

.rhw-shop-archive ul.products li.product.rhw-shop-card.out-of-stock .rhw-shop-card__buy,
body.search.rhw-shop-archive ul.products li.product.out-of-stock .button {
    background: #e0e0e0;
    border-color: #ccc;
    color: #999;
    cursor: not-allowed;
}

.rhw-shop-archive ul.products li.product.rhw-shop-card.out-of-stock .rhw-shop-card__buy:hover,
body.search.rhw-shop-archive ul.products li.product.out-of-stock .button:hover {
    background: #e0e0e0;
}

.rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy.is-busy,
body.rhw-cart-page .rhw-cart-checkout__btn.is-busy {
    position: relative;
    opacity: 0.7;
    cursor: wait;
}

.rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy.is-busy::after,
body.rhw-cart-page .rhw-cart-checkout__btn.is-busy::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: rhw-action-spin 0.8s linear infinite;
}

.rhw-shop-archive nav.woocommerce-pagination,
body.search.rhw-shop-archive nav.woocommerce-pagination {
    margin-top: 24px;
}

.rhw-shop-archive nav.woocommerce-pagination ul,
body.search.rhw-shop-archive nav.woocommerce-pagination ul {
    border: 0 !important;
}

.rhw-shop-archive nav.woocommerce-pagination ul li,
body.search.rhw-shop-archive nav.woocommerce-pagination ul li {
    border: 0 !important;
}

.rhw-shop-archive nav.woocommerce-pagination ul li a,
.rhw-shop-archive nav.woocommerce-pagination ul li span,
body.search.rhw-shop-archive nav.woocommerce-pagination ul li a,
body.search.rhw-shop-archive nav.woocommerce-pagination ul li span {
    color: #666;
    font-size: 12px;
}

.rhw-shop-shortcuts {
    margin: 72px auto 28px;
    width: min(744px, 100%);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 24px;
}

/* 搜索结果页面独立样式 - 确保工作 */
body.search.rhw-shop-archive .page-title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #201e20 !important;
    line-height: 1.3 !important;
    max-width: 1120px !important;
    margin: 20px auto !important;
    padding: 0 16px !important;
}

body.search.rhw-shop-archive .type-product,
body.search.rhw-shop-archive .product {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: #f9f9f9 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
}

body.search.rhw-shop-archive .type-product a,
body.search.rhw-shop-archive .product a {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
}

body.search.rhw-shop-archive .type-product img,
body.search.rhw-shop-archive .product img {
    width: 100% !important;
    aspect-ratio: 266 / 266 !important;
    object-fit: contain !important;
    margin: 0 !important;
    background: #f9f9f9 !important;
}

body.search.rhw-shop-archive .type-product h2,
body.search.rhw-shop-archive .type-product h2.woocommerce-loop-product__title,
body.search.rhw-shop-archive .product h2,
body.search.rhw-shop-archive .product h2.woocommerce-loop-product__title {
    margin: 16px 0 0 !important;
    text-align: center !important;
    color: #111 !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    padding: 0 14px !important;
}

body.search.rhw-shop-archive .type-product .price,
body.search.rhw-shop-archive .product .price {
    margin: 7px 0 0 !important;
    display: block !important;
    text-align: center !important;
    color: #111 !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}

body.search.rhw-shop-archive .type-product .button,
body.search.rhw-shop-archive .product .button,
body.search.rhw-shop-archive .type-product .add_to_cart_button,
body.search.rhw-shop-archive .product .add_to_cart_button {
    margin: 7px auto 19px !important;
    display: block !important;
    width: auto !important;
    min-height: 29px !important;
    padding: 2px 28px 1px !important;
    border: 1px solid #c6c6c6 !important;
    border-radius: 4px !important;
    background: #f9f9f9 !important;
    color: #111 !important;
    text-decoration: none !important;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

body.search.rhw-shop-archive .type-product .button:hover,
body.search.rhw-shop-archive .product .button:hover,
body.search.rhw-shop-archive .type-product .add_to_cart_button:hover,
body.search.rhw-shop-archive .product .add_to_cart_button:hover {
    background: #fff !important;
    color: #111 !important;
}

/* 搜索结果网格布局 - 通用 */
body.search.rhw-shop-archive .site-main {
    padding: 0 !important;
}

body.search.rhw-shop-archive .site-main > * {
    width: min(1120px, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.search.rhw-shop-archive ul.products,
body.search.rhw-shop-archive .products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    width: min(1120px, calc(100% - 32px)) !important;
}

body.search.rhw-shop-archive ul.products::before,
body.search.rhw-shop-archive ul.products::after,
body.search.rhw-shop-archive .products::before,
body.search.rhw-shop-archive .products::after {
    content: none !important;
    display: none !important;
}

/* 搜索结果响应式 */
@media (max-width: 1024px) {
    body.search.rhw-shop-archive ul.products,
    body.search.rhw-shop-archive .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    body.search.rhw-shop-archive ul.products,
    body.search.rhw-shop-archive .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
    }
    
    body.search.rhw-shop-archive .type-product,
    body.search.rhw-shop-archive .product {
        min-height: 300px !important;
    }
    
    body.search.rhw-shop-archive .type-product h2,
    body.search.rhw-shop-archive .type-product h2.woocommerce-loop-product__title,
    body.search.rhw-shop-archive .product h2,
    body.search.rhw-shop-archive .product h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 1.26 !important;
    }
    
    body.search.rhw-shop-archive .type-product .price,
    body.search.rhw-shop-archive .product .price {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    body.search.rhw-shop-archive .type-product .button,
    body.search.rhw-shop-archive .product .button {
        width: 96px !important;
        min-height: 38px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        padding: 8px 10px !important;
    }
}

body.rhw-cart-page .woocommerce {
    width: min(1120px, calc(100% - 32px)) !important;
    margin: 20px auto 0 !important;
}

body.rhw-cart-page .entry-content > .woocommerce,
body.rhw-cart-page .woocommerce-cart-form {
    position: relative;
}

body.rhw-cart-page .woocommerce-cart-form,
body.rhw-cart-page .cart-collaterals {
    display: none !important;
}

body.rhw-cart-page .woocommerce > form.woocommerce-cart-form,
body.rhw-cart-page .woocommerce .cart-collaterals,
body.rhw-cart-page .woocommerce .woocommerce-cart-form,
body.rhw-cart-page .woocommerce .wc-proceed-to-checkout {
    display: none !important;
}

body.rhw-cart-page .rhw-cart-custom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 26px;
    align-items: start;
}

body.rhw-cart-page .rhw-cart-custom__left {
    min-width: 0;
}

body.rhw-cart-page .rhw-cart-custom__page-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.1;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #191919;
    font-weight: 700;
}

body.rhw-cart-page .rhw-cart-custom__items {
    margin-top: 18px;
}

body.rhw-cart-page .rhw-cart-custom__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid #ececec;
}

body.rhw-cart-page .rhw-cart-custom__item:first-child {
    border-top: 0;
}

body.rhw-cart-page .rhw-cart-custom__item-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

body.rhw-cart-page .rhw-cart-custom__item-name {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

body.rhw-cart-page .rhw-cart-custom__item-qty {
    margin-top: 4px;
    color: #2aa3ef;
    font-size: 14px;
}

body.rhw-cart-page .rhw-cart-custom__item-side {
    text-align: right;
}

body.rhw-cart-page .rhw-cart-custom__item-price {
    font-size: 16px;
    line-height: 1.3;
}

body.rhw-cart-page .rhw-cart-custom__item-remove {
    display: inline-block;
    margin-top: 8px;
    color: #9f9f9f;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
}

body.rhw-cart-page .rhw-cart-breadcrumbs {
    margin: 0 0 8px;
    color: #6f6f6f;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    display: inline-flex;
    gap: 8px;
}

body.rhw-cart-page .woocommerce-cart-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 26px;
    align-items: start;
}

body.rhw-cart-page table.shop_table {
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
    grid-column: 1;
}

body.rhw-cart-page table.shop_table thead {
    display: none;
}

body.rhw-cart-page table.shop_table tbody tr.cart_item td {
    border-top: 1px solid #ececec;
    padding: 14px 8px;
}

body.rhw-cart-page table.shop_table tbody tr.cart_item:first-child td {
    border-top: 0;
}

body.rhw-cart-page td.product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}

body.rhw-cart-page td.product-name a {
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: none;
}

body.rhw-cart-page td.product-name .quantity {
    display: block;
    margin-top: 4px;
    color: #2aa3ef;
    font-size: 14px;
}

body.rhw-cart-page td.product-price,
body.rhw-cart-page td.product-subtotal {
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

body.rhw-cart-page td.product-remove a {
    color: #9f9f9f !important;
}

body.rhw-cart-page .actions {
    display: none;
}

body.rhw-cart-page .rhw-cart-summary {
    margin-top: 18px;
    border-top: 1px solid #ececec;
    padding-top: 14px;
    grid-column: 1;
}

body.rhw-cart-page .rhw-cart-summary__row,
body.rhw-cart-page .rhw-cart-summary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #191919;
    margin-top: 8px;
}

body.rhw-cart-page .rhw-cart-summary__row {
    font-size: 16px;
}

body.rhw-cart-page .rhw-cart-summary__total {
    margin-top: 12px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

body.rhw-cart-page .rhw-cart-summary__hint {
    margin: 10px 0 0;
    font-size: 15px;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    grid-column: 1;
}

body.rhw-cart-page .rhw-cart-summary__hint a {
    color: #2aa3ef;
    text-decoration: none;
}

body.rhw-cart-page .rhw-cart-checkout {
    grid-column: 2;
    grid-row: 1 / span 6;
    border-left: 1px solid #ececec;
    padding-left: 18px;
}

body.rhw-cart-page .rhw-cart-checkout__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

body.rhw-cart-page .rhw-cart-checkout__desc {
    margin: 8px 0 10px;
    color: #191919;
    font-size: 14px;
    line-height: 1.5;
}

body.rhw-cart-page .rhw-cart-checkout__email {
    width: 100%;
    min-height: 42px;
    border: 1px solid #b9d9f8;
    padding: 10px 12px;
    font-size: 14px;
}

body.rhw-cart-page .rhw-cart-checkout__confirm {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
}

body.rhw-cart-page .rhw-cart-checkout__confirm input {
    margin-right: 6px;
}

body.rhw-cart-page .rhw-cart-checkout__action-row {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

body.rhw-cart-page .rhw-cart-checkout__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    background: #191919;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}

body.rhw-cart-page .rhw-cart-checkout__secure {
    color: #6f6f6f;
    font-size: 12px;
    line-height: 1.4;
}

body.rhw-cart-page .rhw-cart-checkout__next {
    margin-top: 14px;
    border-top: 1px solid #ececec;
    padding-top: 12px;
}

body.rhw-cart-page .rhw-cart-checkout__next h4 {
    margin: 0;
    font-size: 26px;
}

body.rhw-cart-page .rhw-cart-checkout__next p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: #6f6f6f;
}

body.rhw-cart-page .rhw-cart-checkout__next p strong {
    color: #191919;
    font-size: 16px;
}

body.rhw-cart-page .rhw-cart-checkout__total {
    margin-top: 10px;
    text-align: right;
    font-size: 28px;
    font-weight: 700;
}

body.rhw-cart-page .woocommerce-cart-form,
body.rhw-cart-page .cart-collaterals {
    margin-top: 0;
}

body.rhw-cart-page .cross-sells {
    display: none;
}

body.rhw-cart-page .rhw-cart-recommend {
    margin-top: 46px;
}

body.rhw-cart-page .rhw-cart-recommend__title {
    margin: 0 0 14px;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

body.rhw-cart-page .rhw-cart-recommend__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

body.rhw-cart-page .rhw-cart-recommend__card {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 0 0 12px;
    overflow: hidden;
}

body.rhw-cart-page .rhw-cart-recommend__image-link {
    display: block;
    position: relative;
    text-decoration: none;
}

body.rhw-cart-page .rhw-cart-recommend__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    background: #f9f9f9;
}

body.rhw-cart-page .rhw-cart-recommend__badge {
    position: absolute;
    top: 8px;
    right: 0;
    background: #fca726;
    color: #f9f9f9;
    padding: 1px 7px 0 6px;
    height: 25px;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

body.rhw-cart-page .rhw-cart-recommend__name {
    margin: 12px 0 0;
    padding: 0 8px;
    text-align: center;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

body.rhw-cart-page .rhw-cart-recommend__name a {
    color: #191919;
    text-decoration: none;
}

body.rhw-cart-page .rhw-cart-recommend__meta {
    margin: 2px 0 0;
    text-align: center;
    color: #6f6f6f;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.35;
}

body.rhw-cart-page .rhw-cart-recommend__price {
    margin-top: 5px;
    text-align: center;
    color: #191919;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

body.rhw-cart-page .rhw-cart-recommend__price .amount {
    color: inherit;
    font-size: inherit;
}

body.rhw-cart-page .rhw-shop-shortcuts--cart {
    margin: 54px auto 24px;
}

.rhw-shop-shortcuts__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.rhw-shop-shortcuts__icon {
    width: 24px;
    height: 24px;
    color: #9f9f9f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rhw-shop-shortcuts__icon svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.rhw-shop-shortcuts__label {
    margin-top: 6px;
    color: #6f6f6f;
    text-align: center;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.rhw-action-feedback {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(9, 9, 9, 0.56);
    backdrop-filter: blur(2px);
    z-index: 9999;
    pointer-events: none;
}

body.rhw-action-loading .rhw-action-feedback {
    display: flex;
}

.rhw-action-feedback__panel {
    min-width: 240px;
    max-width: calc(100vw - 32px);
    min-height: 132px;
    border-radius: 14px;
    background: rgba(18, 18, 18, 0.93);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 24px;
}

.rhw-action-feedback__spinner {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    animation: rhw-action-spin 0.8s linear infinite;
}

.rhw-action-feedback__text {
    margin: 0;
    text-align: center;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@keyframes rhw-action-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rhw-ins-header {
    width: 100%;
    background: #201e20;
    color: #fff;
    padding: 12px 18px 10px;
}

.rhw-ins-header.is-sticky {
    position: sticky;
    top: 0;
    z-index: 30;
}

.rhw-ins-header__inner {
    max-width: 1870px;
    margin: 0 auto;
}

.rhw-ins-header__top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    min-height: 72px;
}

.rhw-ins-header__social,
.rhw-ins-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rhw-ins-header__social-icons {
    display: flex;
    align-items: center;
    gap: inherit;
}

.rhw-ins-header__mobile-toggle {
    display: none;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.rhw-ins-header__mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.rhw-ins-header__actions {
    justify-content: flex-end;
    gap: 9px;
}

.rhw-ins-header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    line-height: 1;
}

.rhw-ins-header__icon i,
.rhw-ins-header__icon svg {
    width: 16px;
    height: 16px;
    color: #fff;
    fill: #fff;
}

.rhw-ins-header__icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.rhw-ins-header__icon--social a {
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 2px;
}

.rhw-ins-header__icon--action a {
    width: 24px;
    height: 24px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.rhw-line-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rhw-target-icon {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
    color: currentColor;
}

.rhw-target-icon--social {
    width: 14px;
    height: 14px;
}

.rhw-ins-header__brand img {
    max-height: 50px;
    width: auto;
    display: block;
}

.rhw-ins-header__brand-text {
    color: #f0bf4c;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.rhw-ins-header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 24px;
    border-radius: 18px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.rhw-ins-header__menu {
    display: block;
    margin-top: 2px;
    min-height: 50px;
}

.rhw-ins-header__menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rhw-ins-header__menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rhw-ins-header__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rhw-ins-header__menu li {
    list-style: none;
}

.rhw-ins-header__menu .menu > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
}

.rhw-ins-header__menu .menu a {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-transform: none !important;
    white-space: nowrap;
    word-spacing: 0;
    letter-spacing: 0;
    text-decoration: none;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
}

.rhw-ins-header__menu .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 270px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.18s ease;
    z-index: 120;
}

.rhw-ins-header__menu .menu .sub-menu li {
    width: 100%;
    padding: 0;
    min-height: 0;
}

.rhw-ins-header__menu .menu .sub-menu a {
    display: block;
    color: #111;
    line-height: 1.4;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 16px;
    white-space: nowrap;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
}

.rhw-ins-header__menu .menu li:hover > .sub-menu,
.rhw-ins-header__menu .menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rhw-ins-header__menu .menu .sub-menu li:hover > a,
.rhw-ins-header__menu .menu .sub-menu li:focus-within > a,
.rhw-ins-header__menu .menu .sub-menu .current-menu-item > a {
    background: #f2f2f2;
    color: #111;
}

.rhw-ins-header__menu-list li {
    position: relative;
    list-style: none;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
}

.rhw-ins-header__menu-item {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 10px;
}

.rhw-ins-header__menu-list a,
.rhw-ins-header__menu-list span {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-transform: none !important;
    letter-spacing: 0;
    text-decoration: none;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.rhw-ins-header__arrow {
    width: 8px;
    height: 8px;
    border-left: 1.2px solid #fff;
    border-bottom: 1.2px solid #fff;
    transform: rotate(-45deg);
    margin-top: -2px;
}

.rhw-ins-header__menu-list .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    vertical-align: middle;
}

.rhw-ins-header__menu-list .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 270px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.18s ease;
    z-index: 99;
}

.rhw-ins-header__menu-list .sub-menu li {
    width: 100%;
}

.rhw-ins-header__menu-list .sub-menu a {
    display: block;
    padding: 10px 12px;
    color: #111;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
    font-family: "DM Sans", "Roboto", "Arial", sans-serif;
}

.rhw-ins-header__menu-list li:hover > .sub-menu,
.rhw-ins-header__menu-list li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rhw-ins-header__menu-list .sub-menu li:hover > a,
.rhw-ins-header__menu-list .sub-menu li:focus-within > a,
.rhw-ins-header__menu-list .sub-menu .current-menu-item > a {
    background: #f2f2f2;
    color: #111;
}

.rhw-ins-header__cart {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.rhw-ins-header__icon--cart .rhw-target-icon,
.rhw-ins-header__cart svg {
    width: 22px;
    height: 22px;
    display: block;
}

.rhw-ins-header__icon a:hover,
.rhw-ins-header__icon a:focus,
.rhw-ins-header__icon a:active,
.rhw-ins-header__cart:hover,
.rhw-ins-header__cart:focus,
.rhw-ins-header__cart:active {
    color: #fff !important;
    text-decoration: none;
}

.rhw-ins-header__cart-count {
    position: absolute;
    top: -6px;
    right: -7px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #f0bf4c;
    color: #111;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
}

.rhw-ins-header__search-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #201e20;
    padding: 20px;
    z-index: 200;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.rhw-ins-header__search-panel.is-open {
    display: block;
}

.rhw-ins-header__search-inner {
    max-width: 600px;
    margin: 0 auto;
}

.rhw-ins-header__search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.rhw-ins-header__search-input {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 15px;
    font-family: inherit;
    color: #201e20;
    background: transparent;
}

.rhw-ins-header__search-input::placeholder {
    color: #999;
}

.rhw-ins-header__search-submit {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #201e20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.rhw-ins-header__search-submit:hover {
    color: #26692f;
}

.rhw-ins-header__search-close {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #888;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.rhw-ins-header__search-close:hover {
    color: #fff;
}

.rhw-ins-header.rhw-preset-figma-1-938 {
    background: #201e20;
    padding: 13px 25px 5px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__inner {
    max-width: 1870px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__top {
    min-height: 72px;
    gap: 12px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__social,
.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__actions {
    gap: 8px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__icon i,
.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__icon svg {
    width: 16px;
    height: 16px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__brand img {
    width: 250px;
    max-height: 65px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__btn {
    min-height: 36px;
    border-radius: 18px;
    padding: 8px 28px 10px;
    font-size: 14px;
    font-weight: 500;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__menu {
    margin-top: 4px;
    min-height: 50px;
    gap: 0;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__menu-item,
.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__menu-list > li {
    min-height: 38px;
    padding: 0 14px;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__menu-item a,
.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__menu-item span {
    font-size: 15px;
    line-height: 38px;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.rhw-ins-header.rhw-preset-figma-1-938 .rhw-ins-header__arrow {
    width: 8px;
    height: 8px;
    border-left-width: 1px;
    border-bottom-width: 1px;
}

@media (max-width: 1024px) {
    .rhw-hero {
        min-height: 430px;
        justify-content: center;
    }
    .rhw-hero__inner {
        width: 100%;
        max-width: 451px;
        text-align: center;
        padding: 80px 16px;
    }
    .rhw-hero__eyebrow {
        font-size: 16px;
        line-height: 24px;
    }
    .rhw-hero__title {
        margin-top: 18px;
        font-size: 40px;
        line-height: 50px;
    }
    .rhw-hero__subtitle {
        margin-top: 18px;
        font-size: 16px;
        line-height: 24px;
    }
    .rhw-hero__actions {
        width: 100%;
        margin-top: 26px;
        gap: 12px;
        align-items: stretch;
        flex-direction: column;
        padding-right: 0;
    }
    .rhw-hero__btn {
        width: 100%;
        min-height: 50px;
        font-size: 16px;
        line-height: 19px;
        border-radius: 12px;
    }
    .rhw-video-tile {
        padding: 72px 0 80px;
    }
    .rhw-video-tile__title {
        font-size: 42px;
        line-height: 52px;
    }
    .rhw-video-tile__desc {
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }
    .rhw-video-tile__media {
        margin-top: 26px;
    }
    .rhw-video-tile__play {
        width: 96px;
        height: 96px;
        padding: 4px;
    }
    .rhw-video-tile__play-icon {
        width: 88px;
        height: 88px;
    }
    .rhw-video-tile__play-icon::before {
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 19px;
    }
    .rhw-featured-product-tile {
        padding: 72px 0 44px;
    }
    .rhw-featured-product-tile__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .rhw-featured-product-tile__media-col {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    .rhw-featured-product-tile__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .rhw-featured-product-tile__deco {
        top: -26px;
        left: -24px;
        width: 162px;
        height: 128px;
    }
    .rhw-featured-product-tile__deco-fallback {
        top: -26px;
        left: -24px;
        width: 162px;
        height: 128px;
    }
    .rhw-featured-product-tile__content {
        margin-top: 0;
    }
    .rhw-featured-product-tile__title {
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-featured-product-tile__desc {
        font-size: 17px;
        line-height: 1.75;
    }
    .rhw-featured-product-tile__cta {
        margin-top: 28px;
        font-size: 20px;
    }
    .rhw-category-products-tile {
        padding: 44px 0 44px;
    }
    .rhw-category-products-tile__title {
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-category-products-tile__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin-top: 30px;
    }
    .rhw-category-products-tile__price {
        font-size: 16px;
    }
    .rhw-category-bundles-tile {
        padding: 72px 0 80px;
    }
    .rhw-category-bundles-tile__title {
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-category-bundles-tile__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 28px;
    }
    .rhw-category-bundles-tile__card {
        min-height: 410px;
    }
    .rhw-logo-gallery-tile {
        padding: 72px 0 80px;
    }
    .rhw-logo-gallery-tile__title {
        max-width: 420px;
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-logo-gallery-tile__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px 10px;
        margin-top: 28px;
    }
    .rhw-feature-list-tile {
        padding: 72px 0 80px;
    }
    .rhw-feature-list-tile__title {
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-feature-list-tile__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
        margin-top: 34px;
    }
    .rhw-feature-list-tile__item-title {
        font-size: 24px;
    }
    .rhw-customer-review-tile {
        padding: 72px 0 80px;
    }
    .rhw-customer-review-tile__title {
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-customer-review-tile__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 28px;
    }
    .rhw-customer-review-tile__card {
        min-height: 0;
        margin-top: 0;
    }
    .rhw-cover-rhaeyz-tile {
        padding: 88px 0;
    }
    .rhw-cover-rhaeyz-tile__title {
        font-size: 42px;
        line-height: 1.2;
    }
    .rhw-cover-rhaeyz-tile__actions {
        gap: 14px;
    }
    .rhw-cover-rhaeyz-tile__btn--ghost {
        padding-right: 64px;
    }
    .rhw-cover-rhaeyz-tile__btn--solid {
        padding-right: 52px;
    }
    .rhw-cover-athptu-tile {
        padding: 120px 0;
    }
    .rhw-cover-athptu-tile__inner {
        width: min(1120px, calc(100% - 32px));
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .rhw-cover-athptu-tile__content {
        max-width: 720px;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }
    .rhw-cover-athptu-tile__eyebrow--mobile {
        display: none;
    }
    .rhw-cover-athptu-tile__title {
        margin-top: 16px;
        font-size: 52px;
        line-height: 1.15;
    }
    .rhw-cover-athptu-tile__desc {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.7;
    }
    .rhw-cover-athptu-tile__actions {
        justify-content: center;
        margin-top: 24px;
    }
    .rhw-cover-athptu-tile__media {
        width: min(100%, 764px);
        height: auto;
        aspect-ratio: 764 / 600;
        margin: 0 auto;
    }
    .rhw-image-text-tile {
        padding: 72px 0;
    }
    .rhw-image-text-tile__inner {
        flex-direction: column;
        align-items: center;
        gap: 26px;
    }
    .rhw-image-text-tile__text-col {
        margin-top: 0;
        max-width: 720px;
    }
    .rhw-image-text-tile__title {
        font-size: 38px;
        line-height: 1.18;
    }
    .rhw-image-text-tile__subtitle {
        margin-top: 16px;
        font-size: 18px;
        line-height: 1.6;
    }
    .rhw-image-text-tile__desc {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.7;
    }
    .rhw-image-text-tile__image-col {
        width: min(100%, 620px);
        flex: 0 0 auto;
    }
    .rhw-image-text-tile__image {
        height: auto;
        aspect-ratio: 550 / 616;
    }
    .rhw-location-5hsrnx-tile {
        padding: 72px 0 80px;
    }
    .rhw-location-5hsrnx-tile__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .rhw-location-5hsrnx-tile__content {
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
        min-height: 0;
        align-items: center;
    }
    .rhw-location-5hsrnx-tile__socials {
        justify-content: center;
    }
    .rhw-location-5hsrnx-tile__map {
        width: min(100%, 622px);
        height: auto;
        aspect-ratio: 622 / 571;
        margin: 0 auto;
    }
    .rhw-footer-1889-tile {
        padding: 28px 0 32px;
    }
    .rhw-footer-1889-tile__inner {
        width: min(1120px, calc(100% - 32px));
    }
    .rhw-shop-archive ul.products,
    body.search.rhw-shop-archive ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .rhw-ins-header__top {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "social brand actions";
        align-items: center;
        min-height: 60px;
        gap: 10px;
    }
    .rhw-ins-header__brand {
        grid-area: brand;
        justify-self: center;
    }
    .rhw-ins-header__actions {
        grid-area: actions;
        justify-content: flex-end;
        gap: 8px;
    }
    .rhw-ins-header__social {
        grid-area: social;
        justify-content: flex-start;
        margin-top: 0;
    }
    .rhw-ins-header__social-icons {
        display: none;
    }
    .rhw-ins-header__mobile-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .rhw-ins-header__mobile-toggle span:nth-child(1) {
        width: 18px;
    }
    .rhw-ins-header__mobile-toggle span:nth-child(2) {
        width: 14px;
    }
    .rhw-ins-header__mobile-toggle span:nth-child(3) {
        display: none;
    }
    .rhw-ins-header.is-open .rhw-ins-header__mobile-toggle span:nth-child(1) {
        width: 16px;
        transform: translateY(3px) rotate(45deg);
    }
    .rhw-ins-header.is-open .rhw-ins-header__mobile-toggle span:nth-child(2) {
        width: 16px;
        transform: translateY(-3px) rotate(-45deg);
    }
    .rhw-ins-header__actions .rhw-ins-header__icon--action {
        display: none;
    }
    .rhw-ins-header__actions .rhw-ins-header__icon--action:nth-of-type(1),
    .rhw-ins-header__actions .rhw-ins-header__icon--cart {
        display: inline-flex;
    }
    .rhw-ins-header__actions .rhw-ins-header__icon--action i,
    .rhw-ins-header__actions .rhw-ins-header__icon--action svg,
    .rhw-ins-header__cart svg {
        width: 20px;
        height: 20px;
    }
    .rhw-ins-header__menu-list {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }
    .rhw-ins-header__menu-list > li {
        flex: 0 0 auto;
        min-height: 32px;
    }
    .rhw-ins-header__menu-list .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        margin-top: 4px;
    }
    .rhw-ins-header__menu-list .menu-item-has-children:focus-within > .sub-menu,
    .rhw-ins-header__menu-list .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    .rhw-ins-header.is-open .rhw-ins-header__menu {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: var(--rhw-menu-top, 102px);
        margin-top: 0;
        padding: 8px 20px 16px;
        border-top: 0;
        background: #201e20;
        max-height: calc(100vh - var(--rhw-menu-top, 102px));
        overflow-y: auto;
        z-index: 120;
    }
    .rhw-ins-header__menu {
        display: none;
        width: 100%;
    }
    .rhw-ins-header__menu .menu,
    .rhw-ins-header__menu > ul {
        display: block;
    }
    .rhw-ins-header__menu .menu > li,
    .rhw-ins-header__menu > ul > li {
        display: block;
        min-height: 0;
        padding: 0;
    }
    .rhw-ins-header__menu .menu > li > a,
    .rhw-ins-header__menu > ul > li > a,
    .rhw-ins-header__menu > ul > li > span {
        display: block;
        padding: 14px 0;
        line-height: 1.45;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-family: "DM Sans", "Roboto", "Arial", sans-serif;
    }
    .rhw-ins-header__menu .menu > li.menu-item-has-children,
    .rhw-ins-header__menu > ul > li.menu-item-has-children {
        position: relative;
    }
    .rhw-ins-header__menu .menu .menu-item-has-children > a::after,
    .rhw-ins-header__menu > ul .menu-item-has-children > a::after {
        float: right;
        margin-top: 8px;
    }
    .rhw-ins-header__menu .menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        margin: 0 0 8px 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        padding: 0 0 0 14px;
    }
    .rhw-ins-header__menu > ul .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        margin: 0 0 8px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        padding: 0 0 0 14px;
    }
    .rhw-ins-header__menu > ul .sub-menu a,
    .rhw-ins-header__menu .menu .sub-menu a {
        font-size: 15px;
        line-height: 1.35;
        padding: 9px 0;
        color: rgba(255, 255, 255, 0.9);
        border-radius: 0;
    }
    .rhw-ins-header__menu .menu li.is-expanded > .sub-menu,
    .rhw-ins-header__menu > ul li.is-expanded > .sub-menu {
        display: block;
    }
    .rhw-ins-header__menu .menu li:hover > .sub-menu,
    .rhw-ins-header__menu .menu li:focus-within > .sub-menu,
    .rhw-ins-header__menu > ul li:hover > .sub-menu,
    .rhw-ins-header__menu > ul li:focus-within > .sub-menu {
        display: none;
    }
    .rhw-ins-header__btn {
        display: none;
    }
}

@media (max-width: 680px) {
    .rhw-action-feedback__panel {
        min-width: 214px;
        min-height: 118px;
        border-radius: 12px;
        gap: 12px;
        padding: 18px 18px;
    }
    .rhw-action-feedback__spinner {
        width: 34px;
        height: 34px;
    }
    .rhw-action-feedback__text {
        font-size: 15px;
    }
    .rhw-hero {
        min-height: 400px;
    }
    .rhw-hero__inner {
        max-width: 390px;
        padding: 58px 16px;
    }
    .rhw-hero__eyebrow {
        font-size: 16px;
        line-height: 24px;
    }
    .rhw-hero__title {
        margin-top: 14px;
        font-size: 32px;
        line-height: 40px;
    }
    .rhw-hero__subtitle {
        margin-top: 14px;
        font-size: 16px;
        line-height: 24px;
    }
    .rhw-hero__btn {
        min-height: 50px;
        font-size: 16px;
        line-height: 19px;
    }
    .rhw-video-tile {
        background: #fff;
        padding: 60px 0 44px;
    }
    .rhw-video-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-video-tile__title {
        max-width: 100%;
        font-size: 26px;
        line-height: 1.26;
    }
    .rhw-video-tile__desc {
        margin-top: 16px;
        font-size: 18px;
        line-height: 1.7;
    }
    .rhw-video-tile__media {
        margin-top: 26px;
        aspect-ratio: 358 / 438;
    }
    .rhw-video-tile__shade {
        background: rgba(0, 0, 0, 0);
    }
    .rhw-video-tile__play {
        display: none;
    }
    .rhw-video-tile__badge {
        top: 6px;
    }
    .rhw-video-tile__author {
        margin-top: 12px;
    }
    .rhw-video-tile__author-icon,
    .rhw-video-tile__author-text {
        font-size: 12px;
        line-height: 14px;
    }
    .rhw-featured-product-tile {
        padding: 52px 0 36px;
    }
    .rhw-featured-product-tile__inner {
        width: calc(100% - 32px);
        gap: 20px;
    }
    .rhw-featured-product-tile__deco {
        top: -18px;
        left: -8px;
        width: 120px;
        height: 92px;
    }
    .rhw-featured-product-tile__deco-fallback {
        top: -18px;
        left: -8px;
        width: 120px;
        height: 92px;
    }
    .rhw-featured-product-tile__bottom-strip {
        margin-top: 10px;
    }
    .rhw-featured-product-tile__badge {
        min-height: 22px;
        padding: 2px 12px;
        font-size: 11px;
    }
    .rhw-featured-product-tile__title {
        margin-top: 14px;
        font-size: 32px;
        line-height: 1.2;
    }
    .rhw-featured-product-tile__desc {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.7;
    }
    .rhw-featured-product-tile__cta {
        margin-top: 18px;
        font-size: 18px;
        line-height: 30px;
    }
    .rhw-featured-product-tile__cta-arrow {
        font-size: 18px;
    }
    .rhw-category-products-tile {
        padding: 28px 0 36px;
    }
    .rhw-category-products-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-category-products-tile__title {
        max-width: 370px;
        font-size: 26px;
        line-height: 1.25;
    }
    .rhw-category-products-tile__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 10px;
        margin-top: 24px;
    }
    .rhw-category-products-tile__card {
        min-height: 324px;
    }
    .rhw-category-products-tile__name {
        font-size: 14px;
        line-height: 1.35;
    }
    .rhw-category-products-tile__packet {
        font-size: 12px;
    }
    .rhw-category-products-tile__price {
        font-size: 16px;
    }
    .rhw-category-products-tile__btn {
        min-width: 112px;
        min-height: 39px;
        font-size: 14px;
    }
    .rhw-category-bundles-tile {
        padding: 28px 0 36px;
        background: #f9f9f9;
    }
    .rhw-category-bundles-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-category-bundles-tile__title {
        max-width: 320px;
        font-size: 26px;
        line-height: 1.25;
    }
    .rhw-category-bundles-tile__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 10px;
        margin-top: 22px;
    }
    .rhw-category-bundles-tile__card {
        min-height: 382px;
    }
    .rhw-category-bundles-tile__label {
        top: 8px;
        right: 8px;
    }
    .rhw-category-bundles-tile__name {
        font-size: 14px;
        line-height: 1.35;
    }
    .rhw-category-bundles-tile__packet,
    .rhw-category-bundles-tile__subline {
        font-size: 12px;
        line-height: 16px;
    }
    .rhw-category-bundles-tile__price {
        font-size: 16px;
    }
    .rhw-category-bundles-tile__btn {
        min-width: 112px;
        min-height: 40px;
        font-size: 14px;
    }
    .rhw-logo-gallery-tile {
        background: #fff;
        padding: 28px 0 36px;
    }
    .rhw-logo-gallery-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-logo-gallery-tile__title {
        max-width: 280px;
        font-size: 26px;
        line-height: 1.25;
    }
    .rhw-logo-gallery-tile__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px 6px;
        margin-top: 20px;
    }
    .rhw-logo-gallery-tile__card {
        min-height: 121px;
    }
    .rhw-logo-gallery-tile__img {
        width: 84px;
        height: 84px;
        margin-top: 9px;
    }
    .rhw-logo-gallery-tile__name {
        margin: 6px 8px 8px;
        width: calc(100% - 16px);
        min-height: 24px;
        font-size: 10px;
        line-height: 12px;
    }
    .rhw-feature-list-tile {
        padding: 28px 0 36px;
    }
    .rhw-feature-list-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-feature-list-tile__title {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        font-size: 32px;
        line-height: 1.2;
    }
    .rhw-feature-list-tile__grid {
        grid-template-columns: 1fr;
        gap: 38px;
        margin-top: 26px;
    }
    .rhw-feature-list-tile__icon {
        width: 118px;
        height: 150px;
    }
    .rhw-feature-list-tile__item-title {
        font-size: 18px;
        line-height: 32px;
    }
    .rhw-feature-list-tile__desc {
        margin-top: 12px;
        width: min(300px, 100%);
        font-size: 14px;
        line-height: 24px;
    }
    .rhw-feature-list-tile__item:nth-child(2) .rhw-feature-list-tile__desc,
    .rhw-feature-list-tile__item:nth-child(3) .rhw-feature-list-tile__desc {
        width: min(288px, 100%);
    }
    .rhw-customer-review-tile {
        padding: 28px 0 36px;
    }
    .rhw-customer-review-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-customer-review-tile__title {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        font-size: 26px;
        line-height: 1.25;
    }
    .rhw-customer-review-tile__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 22px;
    }
    .rhw-customer-review-tile__card {
        min-height: 0;
        padding: 18px 16px 16px;
        margin-top: 0;
    }
    .rhw-customer-review-tile__text {
        font-size: 14px;
        line-height: 1.55;
    }
    .rhw-customer-review-tile__author {
        margin-top: 4px;
    }
    .rhw-cover-rhaeyz-tile {
        padding: 36px 0 40px;
        overflow-x: hidden;
    }
    .rhw-cover-rhaeyz-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-cover-rhaeyz-tile__eyebrow {
        font-size: 18px;
        line-height: 32px;
    }
    .rhw-cover-rhaeyz-tile__title {
        margin-top: 16px;
        font-size: 49px;
        line-height: 1.2;
    }
    .rhw-cover-rhaeyz-tile__actions {
        margin-top: 24px;
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }
    .rhw-cover-rhaeyz-tile__btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        min-height: 56px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 10px;
        padding: 16px 20px !important;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .rhw-cover-rhaeyz-tile__btn--ghost,
    .rhw-cover-rhaeyz-tile__btn--solid {
        padding: 16px 20px !important;
        justify-content: center;
        min-width: unset;
    }
    .rhw-cover-athptu-tile {
        padding: 0 0 24px;
        background: #1f1f24;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        overflow-x: hidden;
    }
    .rhw-cover-athptu-tile__inner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .rhw-cover-athptu-tile__eyebrow--desktop {
        display: none;
    }
    .rhw-cover-athptu-tile__eyebrow--mobile {
        display: block;
        order: 1;
        padding: 16px 16px 14px;
        text-align: center;
        font-size: 18px;
        line-height: 32px;
        font-weight: 700;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }
    .rhw-cover-athptu-tile__media {
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 428 / 483;
        margin: 0;
    }
    .rhw-cover-athptu-tile__shade {
        background: rgba(0, 0, 0, 0.18);
    }
    .rhw-cover-athptu-tile__content {
        order: 3;
        max-width: 100%;
        margin: 0;
        padding: 0 18px 0;
        text-align: left;
        margin-top: -40px;
        position: relative;
        z-index: 2;
    }
    .rhw-cover-athptu-tile__title {
        margin-top: 0;
        font-size: 64px;
        line-height: 1.12;
        letter-spacing: 0;
    }
    .rhw-cover-athptu-tile__desc {
        margin-top: 16px;
        max-width: 392px;
        font-size: 18px;
        line-height: 1.68;
    }
    .rhw-cover-athptu-tile__actions {
        margin-top: 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        box-sizing: border-box;
        padding: 0;
    }
    .rhw-cover-athptu-tile__btn {
        width: 100%;
        max-width: 100%;
        min-height: 56px;
        justify-content: center;
        border-radius: 10px;
        font-size: 14px;
        line-height: 24px;
        padding: 16px 20px;
        box-sizing: border-box;
    }
    .rhw-image-text-tile {
        padding: 16px 0 30px;
        background: #fff;
    }
    .rhw-image-text-tile__inner {
        width: calc(100% - 32px);
        align-items: stretch;
        gap: 20px;
    }
    .rhw-image-text-tile__image-col {
        width: 100%;
        order: 1;
    }
    .rhw-image-text-tile__text-col {
        order: 2;
        max-width: 100%;
    }
    .rhw-image-text-tile__title {
        font-size: 32px;
        line-height: 1.22;
    }
    .rhw-image-text-tile__subtitle {
        margin-top: 12px;
        font-size: 18px;
        line-height: 1.6;
        font-style: normal;
    }
    .rhw-image-text-tile__desc {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.7;
    }
    .rhw-location-5hsrnx-tile {
        padding: 24px 0 36px;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }
    .rhw-location-5hsrnx-tile__inner {
        width: calc(100% - 40px);
        gap: 22px;
    }
    .rhw-location-5hsrnx-tile__content {
        max-width: 100%;
        text-align: left;
        margin: 0;
        align-items: flex-start;
    }
    .rhw-location-5hsrnx-tile__title {
        font-size: 58px;
        line-height: 1.14;
    }
    .rhw-location-5hsrnx-tile__subtitle,
    .rhw-location-5hsrnx-tile__label,
    .rhw-location-5hsrnx-tile__text,
    .rhw-location-5hsrnx-tile__directions,
    .rhw-location-5hsrnx-tile__link {
        font-size: 18px;
        line-height: 1.45;
    }
    .rhw-location-5hsrnx-tile__subtitle {
        margin-top: 18px;
    }
    .rhw-location-5hsrnx-tile__office {
        margin-top: 16px;
    }
    .rhw-location-5hsrnx-tile__text {
        margin-top: 4px;
        max-width: 260px;
    }
    .rhw-location-5hsrnx-tile__directions-wrap {
        margin-top: 10px;
    }
    .rhw-location-5hsrnx-tile__contact-label {
        margin-top: 14px;
    }
    .rhw-location-5hsrnx-tile__socials {
        margin-top: 28px;
        justify-content: flex-start;
        gap: 10px;
    }
    .rhw-location-5hsrnx-tile__social {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }
    .rhw-location-5hsrnx-tile__app-wrap {
        margin-top: 26px;
        padding-top: 0;
    }
    .rhw-location-5hsrnx-tile__app {
        min-height: 50px;
        min-width: 214px;
        padding: 14px 28px;
        font-size: 16px;
        line-height: 1.2;
    }
    .rhw-location-5hsrnx-tile__map {
        width: 100%;
        aspect-ratio: 393 / 352;
        margin-top: 6px;
    }
    .rhw-footer-1889-tile {
        padding: 30px 0 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }
    .rhw-footer-1889-tile__inner {
        width: calc(100% - 32px);
    }
    .rhw-footer-1889-tile__disclaimer {
        font-size: 14px;
        line-height: 1.5;
        max-width: 100%;
    }
    .rhw-footer-1889-tile__divider {
        margin-top: 34px;
    }
    .rhw-footer-1889-tile__copy {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.35;
    }
    .rhw-footer-1889-tile__links {
        margin-top: 12px;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        gap: 4px 20px;
    }
    .rhw-shop-archive .woocommerce-ordering {
        justify-content: flex-end;
        margin: 0 0 12px;
        width: 100%;
    }
    .rhw-shop-archive .woocommerce-ordering select {
        font-size: 14px;
    }
    .rhw-shop-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card {
        min-height: 320px;
        padding: 0 0 12px !important;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card h2.woocommerce-loop-product__title {
        margin-top: 11px !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
        padding: 0 8px !important;
    }
    .rhw-shop-card__pack,
    .rhw-shop-card__sku {
        font-size: 11px;
        line-height: 1.35;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card .price {
        margin-top: 8px !important;
        font-size: 16px !important;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy {
        min-height: 40px;
        font-size: 14px;
        border-radius: 6px;
        width: 114px;
        padding: 8px 12px;
    }
    .rhw-shop-shortcuts {
        margin: 40px auto 20px;
        width: 100%;
        gap: 0 12px;
    }
    .rhw-shop-shortcuts__label {
        font-size: 14px;
        line-height: 22px;
    }
    body.rhw-cart-page .woocommerce {
        width: calc(100% - 20px) !important;
    }
    body.rhw-cart-page .woocommerce-cart-form {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    body.rhw-cart-page .rhw-cart-custom {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    body.rhw-cart-page .rhw-cart-checkout {
        grid-column: auto;
        grid-row: auto;
        border-left: 0;
        border-top: 1px solid #ececec;
        padding-left: 0;
        padding-top: 14px;
    }
    body.rhw-cart-page .rhw-cart-checkout__title {
        font-size: 28px;
    }
    body.rhw-cart-page .rhw-cart-checkout__next h4 {
        font-size: 24px;
    }
    body.rhw-cart-page .rhw-cart-summary__total,
    body.rhw-cart-page .rhw-cart-checkout__total {
        font-size: 24px;
    }
    body.rhw-cart-page .rhw-cart-recommend {
        margin-top: 30px;
    }
    body.rhw-cart-page .rhw-cart-recommend__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    body.rhw-cart-page .rhw-cart-recommend__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    body.rhw-cart-page .rhw-cart-recommend__name {
        font-size: 13px;
        line-height: 1.3;
    }
    body.rhw-cart-page .rhw-cart-recommend__meta {
        font-size: 11px;
    }
    body.rhw-cart-page .rhw-cart-recommend__price {
        font-size: 14px;
    }
    body.rhw-cart-page .rhw-shop-shortcuts--cart {
        margin: 34px auto 16px;
    }
    .rhw-ins-header {
        padding: 9px 12px 9px;
    }
    .rhw-ins-header__top {
        min-height: 54px;
        gap: 8px;
    }
    .rhw-ins-header__btn {
        min-height: 32px;
        padding: 7px 16px;
        font-size: 13px;
    }
    .rhw-ins-header__brand img {
        max-height: 46px;
        width: 198px;
    }
    .rhw-announcement {
        min-height: 44px;
        padding: 10px 10px;
    }
    .rhw-announcement__text,
    .rhw-announcement__link {
        font-size: 13px;
        line-height: 1.3;
        font-weight: 700;
    }
    .rhw-ins-header__mobile-toggle {
        width: 28px;
        height: 24px;
    }
    .rhw-ins-header__mobile-toggle span {
        margin: 3px 0;
    }
    .rhw-ins-header__actions {
        gap: 10px;
    }
    .rhw-ins-header__menu > ul > li > a,
    .rhw-ins-header__menu > ul > li > span,
    .rhw-ins-header__menu .menu > li > a {
        font-size: 16px;
        padding: 13px 0;
    }
    .rhw-ins-header__menu-item,
    .rhw-ins-header__menu-item,
    .rhw-ins-header__menu-list > li {
        padding: 0 8px;
    }
    .rhw-ins-header__menu-list a,
    .rhw-ins-header__menu-list span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .rhw-shop-archive .woocommerce,
    body.search.rhw-shop-archive .woocommerce {
        width: calc(100% - 20px) !important;
        margin-top: 14px !important;
    }
    .rhw-shop-archive ul.products,
    body.search.rhw-shop-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card,
    body.search.rhw-shop-archive ul.products li.product {
        min-height: 300px;
    }
    .rhw-shop-card__badge {
        font-size: 10px;
        line-height: 20px;
        height: 20px;
    }
    .rhw-shop-card__brand-strip {
        height: 16px;
    }
    .rhw-shop-card__brand-text {
        font-size: 8px;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card h2.woocommerce-loop-product__title,
    body.search.rhw-shop-archive ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 1.26 !important;
    }
    .rhw-shop-card__pack,
    .rhw-shop-card__sku {
        font-size: 13px;
        line-height: 1.4;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card .price,
    body.search.rhw-shop-archive ul.products li.product .price {
        font-size: 16px !important;
        line-height: 1.3;
    }
    .rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy,
    body.search.rhw-shop-archive ul.products li.product .button {
        width: 96px;
        min-height: 38px;
        font-size: 14px;
        line-height: 1.2;
        padding: 8px 10px;
    }
    .rhw-shop-shortcuts {
        margin: 34px auto 14px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0 8px;
    }
    body.rhw-cart-page .rhw-cart-recommend__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .rhw-shop-shortcuts__icon {
        width: 24px;
        height: 24px;
    }
    .rhw-shop-shortcuts__label {
        margin-top: 6px;
        font-size: 10px;
        line-height: 1.2;
    }
    .rhw-footer-1889-tile__disclaimer {
        max-width: 350px;
    }
    .rhw-footer-1889-tile__copy {
        font-size: 13px;
        line-height: 1.35;
    }
    .rhw-footer-1889-tile__links {
        max-width: 390px;
        gap: 4px 16px;
    }
    .rhw-footer-1889-tile__link {
        font-size: 13px;
    }
    .rhw-location-5hsrnx-tile__title {
        font-size: 54px;
        line-height: 1.14;
    }
    .rhw-location-5hsrnx-tile__subtitle,
    .rhw-location-5hsrnx-tile__label,
    .rhw-location-5hsrnx-tile__text,
    .rhw-location-5hsrnx-tile__directions,
    .rhw-location-5hsrnx-tile__link {
        font-size: 16px;
        line-height: 1.45;
    }
    .rhw-location-5hsrnx-tile__app {
        min-height: 48px;
        min-width: 198px;
        font-size: 15px;
    }
    .rhw-cover-athptu-tile__eyebrow--mobile {
        padding-top: 14px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 28px;
    }
    .rhw-cover-athptu-tile__title {
        font-size: 54px;
        line-height: 1.14;
    }
    .rhw-cover-athptu-tile__desc {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.68;
    }
    .rhw-image-text-tile__title {
        font-size: 26px;
        line-height: 1.25;
    }
    .rhw-image-text-tile__subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    .rhw-image-text-tile__desc {
        font-size: 14px;
        line-height: 1.45;
    }
    .rhw-cover-rhaeyz-tile__title {
        font-size: 48px;
        line-height: 1.2;
    }
    .rhw-customer-review-tile__title {
        max-width: 285px;
        font-size: 26px;
        line-height: 1.25;
    }
    .rhw-feature-list-tile__title {
        max-width: 240px;
        font-size: 30px;
        line-height: 1.2;
    }
    .rhw-feature-list-tile__desc {
        width: min(290px, 100%);
    }
    .rhw-logo-gallery-tile__title {
        max-width: 250px;
        font-size: 24px;
        line-height: 1.25;
    }
    .rhw-category-bundles-tile__title {
        max-width: 300px;
        font-size: 24px;
        line-height: 1.25;
    }
    .rhw-category-products-tile__title {
        max-width: 320px;
        font-size: 24px;
        line-height: 1.25;
    }
    .rhw-video-tile__title {
        font-size: 24px;
        line-height: 1.3;
    }
}

/* Cart UI upgrade */
body.rhw-cart-page .rhw-cart-custom {
    grid-template-columns: minmax(0, 1fr) 408px;
    gap: 30px;
}

body.rhw-cart-page .rhw-cart-custom__left {
    background: #fff;
    border: 1px solid #ece3d7;
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(32, 30, 32, 0.08);
    padding: 24px 24px 20px;
}

body.rhw-cart-page .rhw-cart-custom__page-title {
    font-size: 46px;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

body.rhw-cart-page .rhw-cart-breadcrumbs {
    margin: 8px 0 0;
    color: #8a8075;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.rhw-cart-page .rhw-cart-custom__items {
    margin-top: 20px;
}

body.rhw-cart-page .rhw-cart-custom__item {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid #ece8e2;
    border-radius: 14px;
    background: #fcfbf8;
    padding: 12px 14px;
    margin-top: 10px;
}

body.rhw-cart-page .rhw-cart-custom__item:first-child {
    margin-top: 0;
}

body.rhw-cart-page .rhw-cart-custom__item-media {
    display: inline-flex;
    width: 76px;
    height: 76px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #efe6db;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

body.rhw-cart-page .rhw-cart-custom__item-image {
    width: 66px;
    height: 66px;
}

body.rhw-cart-page .rhw-cart-custom__item-name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

body.rhw-cart-page .rhw-cart-custom__item-qty {
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(43, 163, 239, 0.12);
    color: #2a8bc8;
    font-size: 12px;
    font-weight: 700;
}

body.rhw-cart-page .rhw-cart-custom__item-price {
    font-size: 18px;
    font-weight: 700;
}

body.rhw-cart-page .rhw-cart-custom__item-remove {
    margin-top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #d5d0c9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8f8a83;
}

body.rhw-cart-page .rhw-cart-summary {
    margin-top: 18px;
    border: 1px solid #ebdfd0;
    border-radius: 14px;
    background: #f8f3ec;
    padding: 12px 14px;
}

body.rhw-cart-page .rhw-cart-summary__row {
    font-size: 15px;
    color: #5c554c;
}

body.rhw-cart-page .rhw-cart-summary__total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #d8cec2;
    font-size: 26px;
    color: #201e20;
}

body.rhw-cart-page .rhw-cart-summary__hint {
    margin: 12px 0 0;
    font-size: 14px;
    color: #6a6157;
}

body.rhw-cart-page .rhw-cart-summary__hint a {
    color: #1f87cb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.rhw-cart-page .rhw-cart-checkout {
    grid-column: 2;
    grid-row: 1 / span 6;
    position: sticky;
    top: 108px;
    border: 0;
    border-radius: 20px;
    padding: 20px 20px 18px;
    background: linear-gradient(165deg, #1a1512 0%, #2a221d 100%);
    color: #f7f1e9;
    box-shadow: 0 16px 34px rgba(22, 18, 15, 0.35);
}



body.rhw-cart-page .rhw-cart-checkout__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(224, 169, 109, 0.18);
    color: #f5cb9d;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.rhw-cart-page .rhw-cart-checkout__title {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.01em;
}

body.rhw-cart-page .rhw-cart-checkout__desc {
    margin: 10px 0 12px;
    color: rgba(247, 241, 233, 0.85);
    font-size: 13px;
    line-height: 1.55;
}

body.rhw-cart-page .rhw-cart-checkout__email {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    padding: 11px 12px;
}

body.rhw-cart-page .rhw-cart-checkout__email::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

body.rhw-cart-page .rhw-cart-checkout__email:focus {
    border-color: #e0a96d;
    outline: none;
}

body.rhw-cart-page .rhw-cart-checkout__confirm {
    margin-top: 10px;
    color: rgba(247, 241, 233, 0.86);
    font-size: 12px;
    line-height: 1.45;
}

body.rhw-cart-page .rhw-cart-checkout__confirm input {
    accent-color: #e0a96d;
}

body.rhw-cart-page .rhw-cart-checkout__action-row {
    margin-top: 12px;
    gap: 9px;
}

body.rhw-cart-page .rhw-cart-checkout__btn {
    min-height: 48px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f0c894 0%, #e0a96d 100%);
    color: #1f1712;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 20px rgba(224, 169, 109, 0.25);
}

body.rhw-cart-page .rhw-cart-checkout__secure {
    color: rgba(247, 241, 233, 0.72);
    font-size: 11px;
    line-height: 1.35;
}

body.rhw-cart-page .rhw-cart-checkout__next {
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 12px;
}

body.rhw-cart-page .rhw-cart-checkout__next-title {
    margin: 0;
    color: #f7f1e9;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

body.rhw-cart-page .rhw-cart-checkout__step {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
}

body.rhw-cart-page .rhw-cart-checkout__step-index {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(224, 169, 109, 0.24);
    color: #f5cb9d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin-top: 1px;
}

body.rhw-cart-page .rhw-cart-checkout__step p {
    margin: 0;
    color: rgba(247, 241, 233, 0.72);
    font-size: 12px;
    line-height: 1.45;
}

body.rhw-cart-page .rhw-cart-checkout__step p strong {
    color: #fff;
    font-size: 14px;
}

body.rhw-cart-page .rhw-cart-checkout__total {
    margin-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.22);
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

body.rhw-cart-page .rhw-cart-checkout__total span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(247, 241, 233, 0.8);
}

body.rhw-cart-page .rhw-cart-checkout__total strong {
    font-size: 34px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.01em;
}

body.rhw-cart-page .rhw-cart-checkout__trust {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

body.rhw-cart-page .rhw-cart-checkout__trust span {
    min-height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    color: rgba(247, 241, 233, 0.9);
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1024px) {
    body.rhw-cart-page .woocommerce {
        width: calc(100% - 24px) !important;
        margin-top: 14px !important;
    }
    body.rhw-cart-page .rhw-cart-custom {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    body.rhw-cart-page .rhw-cart-custom__left {
        padding: 20px 18px 16px;
    }
    body.rhw-cart-page .rhw-cart-custom__page-title {
        font-size: 40px;
    }
    body.rhw-cart-page .rhw-cart-checkout {
        grid-column: auto;
        grid-row: auto;
        position: static;
        top: auto;
        margin-top: 0;
        border-radius: 18px;
        padding: 18px 16px 16px;
    }
    body.rhw-cart-page .rhw-cart-checkout__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.rhw-cart-page .rhw-cart-recommend__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 680px) {
    body.rhw-cart-page .woocommerce {
        width: calc(100% - 18px) !important;
    }
    body.rhw-cart-page .rhw-cart-custom__left {
        border-radius: 16px;
        padding: 16px 14px 14px;
    }
    body.rhw-cart-page .rhw-cart-custom__page-title {
        font-size: 34px;
    }
    body.rhw-cart-page .rhw-cart-custom__item {
        grid-template-columns: 62px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 10px;
        border-radius: 12px;
    }
    body.rhw-cart-page .rhw-cart-custom__item-media {
        width: 62px;
        height: 62px;
    }
    body.rhw-cart-page .rhw-cart-custom__item-image {
        width: 54px;
        height: 54px;
    }
    body.rhw-cart-page .rhw-cart-summary {
        padding: 10px 12px;
    }
    body.rhw-cart-page .rhw-cart-checkout {
        position: static;
        border-radius: 16px;
        padding: 16px 14px 14px;
        margin-top: 6px;
        border-top: 0;
    }
    body.rhw-cart-page .rhw-cart-checkout__title {
        font-size: 30px;
    }
    body.rhw-cart-page .rhw-cart-checkout__next-title {
        font-size: 20px;
    }
    body.rhw-cart-page .rhw-cart-checkout__total strong {
        font-size: 30px;
    }
    body.rhw-cart-page .rhw-cart-checkout__trust {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* Cart mobile polish */
@media (max-width: 768px) {
    body.rhw-cart-page .rhw-cart-breadcrumbs {
        display: none;
    }
    body.rhw-cart-page .rhw-cart-custom__page-title {
        font-size: 30px;
        line-height: 1.1;
    }
    body.rhw-cart-page .rhw-cart-custom__item {
        grid-template-columns: 56px minmax(0, 1fr) auto;
        gap: 9px;
        padding: 9px;
    }
    body.rhw-cart-page .rhw-cart-custom__item-media {
        width: 56px;
        height: 56px;
    }
    body.rhw-cart-page .rhw-cart-custom__item-image {
        width: 48px;
        height: 48px;
    }
    body.rhw-cart-page .rhw-cart-custom__item-name {
        font-size: 14px;
        line-height: 1.3;
    }
    body.rhw-cart-page .rhw-cart-custom__item-price {
        font-size: 16px;
    }
    body.rhw-cart-page .rhw-cart-summary__total {
        font-size: 22px;
    }
    body.rhw-cart-page .rhw-cart-checkout__badge {
        min-height: 22px;
        font-size: 10px;
    }
    body.rhw-cart-page .rhw-cart-checkout__title {
        margin-top: 8px;
        font-size: 27px;
    }
    body.rhw-cart-page .rhw-cart-checkout__btn {
        min-height: 46px;
        font-size: 17px;
    }
    body.rhw-cart-page .rhw-cart-checkout__step {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 8px;
    }
    body.rhw-cart-page .rhw-cart-checkout__step-index {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    body.rhw-cart-page .rhw-cart-checkout__total strong {
        font-size: 28px;
    }
    body.rhw-cart-page .rhw-cart-recommend__title {
        font-size: 22px;
    }
    body.rhw-cart-page .rhw-cart-recommend__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 480px) {
    body.rhw-cart-page .woocommerce {
        width: calc(100% - 14px) !important;
    }
    body.rhw-cart-page .rhw-cart-custom__left {
        border-radius: 14px;
        padding: 13px 11px 12px;
    }
    body.rhw-cart-page .rhw-cart-custom__page-title {
        font-size: 27px;
    }
    body.rhw-cart-page .rhw-cart-summary {
        border-radius: 12px;
        padding: 9px 10px;
    }
    body.rhw-cart-page .rhw-cart-summary__row {
        font-size: 14px;
    }
    body.rhw-cart-page .rhw-cart-summary__hint {
        font-size: 13px;
    }
    body.rhw-cart-page .rhw-cart-checkout {
        border-radius: 14px;
        padding: 13px 11px 12px;
    }
    body.rhw-cart-page .rhw-cart-checkout__title {
        font-size: 24px;
    }
    body.rhw-cart-page .rhw-cart-checkout__desc {
        font-size: 12px;
        line-height: 1.45;
    }
    body.rhw-cart-page .rhw-cart-checkout__email {
        min-height: 40px;
        padding: 9px 10px;
        font-size: 13px;
    }
    body.rhw-cart-page .rhw-cart-checkout__confirm {
        font-size: 11px;
    }
    body.rhw-cart-page .rhw-cart-checkout__btn {
        min-height: 44px;
        font-size: 16px;
    }
    body.rhw-cart-page .rhw-cart-checkout__next-title {
        font-size: 18px;
    }
    body.rhw-cart-page .rhw-cart-checkout__step p {
        font-size: 11px;
    }
    body.rhw-cart-page .rhw-cart-checkout__step p strong {
        font-size: 13px;
    }
    body.rhw-cart-page .rhw-cart-checkout__total strong {
        font-size: 25px;
    }
    body.rhw-cart-page .rhw-cart-checkout__trust span {
        min-height: 28px;
        font-size: 10px;
    }
}

/* ========================================
   产品详情页移动端响应式 - 淘宝风格
   ======================================== */
@media (max-width: 1024px) {
    body.single-product div.product {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 10px !important;
    }
    
    body.single-product div.product > .woocommerce-product-gallery {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: unset !important;
    }
    
    body.single-product div.product > .summary {
        flex: none !important;
        width: 100% !important;
    }
    
    body.single-product .product_title {
        font-size: 18px !important;
    }
    
    body.single-product .price {
        font-size: 24px !important;
    }
}

@media (max-width: 768px) {
    body.single-product .site-main {
        padding: 10px 0 40px !important;
    }
    
    body.single-product .rhw-breadcrumb {
        font-size: 11px !important;
        margin-bottom: 15px !important;
    }
    
    body.single-product .summary {
        padding: 15px !important;
    }
    
    body.single-product .product_title {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
    
    body.single-product .price {
        font-size: 22px !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }
    
    body.single-product .woocommerce-product-details__short-description {
        font-size: 13px !important;
        padding: 12px !important;
    }
    
    body.single-product .single_add_to_cart_button {
        height: 44px !important;
        font-size: 14px !important;
    }
    
    body.single-product .woocommerce-tabs {
        margin-top: 20px !important;
        padding: 0 10px !important;
    }
    
    body.single-product .related {
        margin-top: 20px !important;
        padding: 15px 10px 0 !important;
    }
    
    body.single-product .related > h2 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    body.single-product .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    
    body.single-product .related .products .product img {
        height: 160px !important;
    }
    
    body.single-product .related .products .product h2 {
        font-size: 14px !important;
        padding: 14px 12px 0 !important;
    }
    
    body.single-product .related .products .product .price {
        font-size: 16px !important;
        padding: 8px 12px !important;
    }
    
    body.single-product .related .products .product .button {
        padding: 10px 12px !important;
        font-size: 10px !important;
        width: calc(100% - 24px) !important;
        margin: 12px auto !important;
    }
}

/* ========================================
   产品分类页面移动端响应式
   ======================================== */
@media (max-width: 1024px) {
    .rhw-shop-archive ul.products,
    body.search.rhw-shop-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

@media (max-width: 1024px) {
    .rhw-shop-archive ul.products,
    body.search.rhw-shop-archive ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

@media (max-width: 768px) {
    .rhw-shop-archive .woocommerce-products-header__title.page-title,
    body.search.rhw-shop-archive .woocommerce-products-header__title.page-title {
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 16px !important;
    }

    .rhw-shop-archive .woocommerce-breadcrumb,
    body.search.rhw-shop-archive .woocommerce-breadcrumb {
        font-size: 12px !important;
        margin-bottom: 16px !important;
    }

    .rhw-shop-archive .term-description p,
    body.search.rhw-shop-archive .term-description p {
        font-size: 13px !important;
        line-height: 22px !important;
        margin-bottom: 16px !important;
    }

    .rhw-shop-archive .woocommerce-ordering,
    body.search.rhw-shop-archive .woocommerce-ordering {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 16px !important;
        justify-content: flex-end !important;
        margin-bottom: 16px !important;
    }

    .rhw-shop-archive .woocommerce-ordering::before,
    body.search.rhw-shop-archive .woocommerce-ordering::before {
        font-size: 12px !important;
    }

    .rhw-shop-archive .woocommerce-ordering select,
    body.search.rhw-shop-archive .woocommerce-ordering select {
        font-size: 12px !important;
        min-width: 100px !important;
    }

    .rhw-shop-archive ul.products,
    body.search.rhw-shop-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        padding: 0 10px !important;
    }

    .rhw-shop-archive ul.products li.product.rhw-shop-card,
    body.search.rhw-shop-archive ul.products li.product {
        min-height: 320px !important;
        padding: 0 0 14px !important;
    }

    .rhw-shop-archive ul.products li.product.rhw-shop-card img,
    body.search.rhw-shop-archive ul.products li.product img {
        padding-top: 28px !important;
    }

    .rhw-shop-archive ul.products li.product.rhw-shop-card h2.woocommerce-loop-product__title,
    body.search.rhw-shop-archive ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 13px !important;
        line-height: 20px !important;
        padding: 0 8px !important;
        margin-top: 12px !important;
    }

    .rhw-shop-card__pack,
    .rhw-shop-card__sku {
        font-size: 11px !important;
        line-height: 18px !important;
    }

    .rhw-shop-archive ul.products li.product.rhw-shop-card .price,
    body.search.rhw-shop-archive ul.products li.product .price {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .rhw-shop-archive ul.products li.product.rhw-shop-card .rhw-shop-card__buy,
    body.search.rhw-shop-archive ul.products li.product .button {
        padding: 5px 16px !important;
        font-size: 11px !important;
        min-height: 30px !important;
    }

    .rhw-shop-card__badge {
        font-size: 10px !important;
        line-height: 26px !important;
        height: 26px !important;
    }

    .rhw-shop-archive .rhw-shop-shortcuts,
    body.search.rhw-shop-archive .rhw-shop-shortcuts {
        padding: 16px 10px !important;
        gap: 8px !important;
    }

    .rhw-shop-archive .rhw-shop-shortcuts__item,
    body.search.rhw-shop-archive .rhw-shop-shortcuts__item {
        padding: 8px 10px !important;
    }

    .rhw-shop-archive .rhw-shop-shortcuts__icon,
    body.search.rhw-shop-archive .rhw-shop-shortcuts__icon {
        width: 20px !important;
        height: 20px !important;
    }

    .rhw-shop-archive .rhw-shop-shortcuts__label,
    body.search.rhw-shop-archive .rhw-shop-shortcuts__label {
        font-size: 11px !important;
    }
}

.rhw-faq-frame {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.rhw-faq-frame__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.rhw-faq-frame__title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.rhw-faq-frame__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.rhw-faq-frame__item {
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
}

.rhw-faq-frame__question {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin: 0;
}

.rhw-faq-frame__answer {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.rhw-faq-frame__answer p {
    margin: 0 0 12px 0;
}

.rhw-faq-frame__answer p:last-child {
    margin-bottom: 0;
}

.rhw-faq-frame__answer a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
    .rhw-faq-frame__item {
        grid-template-columns: 200px 1fr;
    }
}

@media (max-width: 768px) {
    .rhw-faq-frame {
        padding: 40px 0;
    }

    .rhw-faq-frame__title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .rhw-faq-frame__item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 0;
    }

    .rhw-faq-frame__question {
        font-size: 16px;
    }

    .rhw-faq-frame__answer {
        font-size: 14px;
    }
}

.rhw-faq-accordion {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.rhw-faq-accordion__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rhw-faq-accordion__title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 52px;
    line-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rhw-faq-accordion__wrapper {
    width: 100%;
    max-width: 835px;
}

.rhw-faq-accordion__item {
    border-top: 1px solid #191919;
}

.rhw-faq-accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 7px 2px 22px 0;
    cursor: pointer;
}

.rhw-faq-accordion__header-left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.rhw-faq-accordion__icon {
    width: 45px;
    height: 57px;
    flex-shrink: 0;
    margin-top: 14px;
    color: #191919;
}

.rhw-faq-accordion__question {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #191919;
    line-height: 42px;
    margin: 14px 0 0 0;
}

.rhw-faq-accordion__toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rhw-faq-accordion__arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.rhw-faq-accordion__item.active .rhw-faq-accordion__arrow {
    transform: rotate(180deg);
}

.rhw-faq-accordion__content {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.rhw-faq-accordion__answer {
    padding: 0 67px 22px;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.rhw-faq-accordion__answer p {
    margin: 0 0 12px 0;
}

.rhw-faq-accordion__answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .rhw-faq-accordion {
        padding: 40px 0;
    }

    .rhw-faq-accordion__title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .rhw-faq-accordion__question {
        font-size: 20px;
        line-height: 36px;
    }

    .rhw-faq-accordion__icon {
        width: 36px;
        height: 46px;
    }

    .rhw-faq-accordion__answer {
        padding: 0 58px 18px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .rhw-faq-accordion {
        padding: 30px 0;
    }

    .rhw-faq-accordion__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .rhw-faq-accordion__question {
        font-size: 18px;
        line-height: 32px;
    }

    .rhw-faq-accordion__header-left {
        gap: 16px;
    }

    .rhw-faq-accordion__icon {
        width: 30px;
        height: 38px;
        margin-top: 10px;
    }

    .rhw-faq-accordion__toggle {
        margin-top: 24px;
    }

    .rhw-faq-accordion__answer {
        padding: 0 46px 16px;
        font-size: 14px;
    }
}

.rhw-floating-card-section {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.rhw-floating-card-section__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.rhw-floating-card-section__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rhw-floating-card-section__map-frame {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.3);
}

.rhw-floating-card {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 420px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.rhw-floating-card__inner {
    position: relative;
}

.rhw-floating-card__image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.rhw-floating-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rhw-floating-card__content {
    padding: 32px;
}

.rhw-floating-card__title {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.rhw-floating-card__subtitle {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 24px 0;
}

.rhw-floating-card__office {
    margin-bottom: 24px;
}

.rhw-floating-card__label {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
}

.rhw-floating-card__text {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.rhw-floating-card__directions-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rhw-floating-card__directions {
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rhw-floating-card__directions:hover {
    color: #333;
}

.rhw-floating-card__arrow {
    width: 20px;
    height: 20px;
    color: #111;
}

.rhw-floating-card__contact-label {
    margin-top: 24px;
}

.rhw-floating-card__link {
    display: block;
    font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px;
    color: #111;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-bottom: 4px;
}

.rhw-floating-card__link:hover {
    color: #333;
}

.rhw-floating-card__socials {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.rhw-floating-card__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    transition: transform 0.2s ease;
}

.rhw-floating-card__social:hover {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .rhw-floating-card-section {
        height: 600px;
    }

    .rhw-floating-card {
        left: 40px;
        max-width: 380px;
    }

    .rhw-floating-card__image {
        height: 220px;
    }

    .rhw-floating-card__content {
        padding: 24px;
    }

    .rhw-floating-card__title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .rhw-floating-card-section {
        height: auto;
        position: relative;
    }

    .rhw-floating-card-section__map {
        position: relative;
        height: 350px;
    }

    .rhw-floating-card {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        max-width: 100%;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1);
    }

    .rhw-floating-card__image {
        height: 200px;
    }

    .rhw-floating-card__content {
        padding: 24px;
    }

    .rhw-floating-card__title {
        font-size: 24px;
    }

    .rhw-floating-card__subtitle {
        font-size: 15px;
    }

    .rhw-floating-card__socials {
        gap: 10px;
    }
}

