﻿/* ========================================
   浜у搧鍒嗙被椤垫牱寮?(浣跨敤 dn- 鍓嶇紑閬垮厤涓?WooCommerce 鍐茬獊)
   ======================================== */

/* 鍒嗙被椤甸《閮ㄥ尯鍩?- 杞挱妯″紡 */
.dn-category-hero-slider {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.dn-category-hero-slider .swiper-wrapper {
    height: 100%;
}

.dn-category-hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* 杞挱宸﹀彸瀵艰埅鎸夐挳 - 鍩轰簬鍐呭瀹藉害瀹氫綅 */
.dn-category-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dn-category-hero-nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

.dn-category-hero-prev {
    left: calc(50% - 650px - 70px); /* 鍐呭瀹藉害1300px鐨勪竴鍗?+ 鎸夐挳鍚戝鍋忕Щ */
}

.dn-category-hero-next {
    right: calc(50% - 650px - 70px); /* 鍐呭瀹藉害1300px鐨勪竴鍗?+ 鎸夐挳鍚戝鍋忕Щ */
}

/* 褰撳睆骞曞皬浜庡唴瀹瑰搴?鎸夐挳绌洪棿鏃讹紝浣跨敤鍥哄畾杈硅窛 */
@media screen and (max-width: 1500px) {
    .dn-category-hero-prev {
        left: 30px;
    }
    
    .dn-category-hero-next {
        right: 30px;
    }
}

.dn-category-hero-nav svg {
    width: 20px;
    height: 20px;
}

.dn-category-hero-nav.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* 鍒嗙被椤甸《閮ㄥ尯鍩?- 鍗曞浘妯″紡 */
.dn-category-hero {
    width: 100%;
    height: 600px;
    background-image: url('../img/ww222.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.dn-category-hero-content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

/* 杞挱鏂囧瓧浣嶇疆 - 宸﹁竟锛堥粯璁わ級 */
.dn-category-hero-content-left {
    align-items: flex-start;
}

/* 杞挱鏂囧瓧浣嶇疆 - 鍙宠竟 */
.dn-category-hero-content-right {
    align-items: flex-end;
    text-align: right;
}

.dn-category-hero-title {
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.dn-category-hero-subtitle {
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dn-category-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #4B1C87;
    color: #ffffff;
    font-size: 13.34px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 10px;
}

.dn-category-hero-btn:hover {
    background: linear-gradient(70deg, #E60D6E 0%, #4B1C87 50%);
}

.dn-category-hero-btn .btn-arrow {
    transition: transform 0.3s ease;
}

.dn-category-hero-btn:hover .btn-arrow {
    transform: rotate(-45deg);
}

.dn-category-hero-desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 600px;
}

.dn-category-hero-desc p {
    font-size: 12px;
    font-weight: 500;
    color: #BFBFBF;
    margin: 0;
    line-height: 1.6;
}

.dn-category-hero-desc strong {
    color: #FFFFFF;
    font-weight: 700;
}

/* 鎼滅储缁撴灉椤典俊鎭?*/
.dn-search-results-info {
    margin-bottom: 30px;
}

.dn-search-results-info p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}

.dn-search-products-main {
    width: 100%;
    max-width: 100%;
}

/* 浜у搧鍒楄〃鍖哄煙 */
.dn-category-products {
    background-color: #F5F5F5;
    padding: 60px 30px 80px 30px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.dn-category-products .bai-container {
    max-width: 1300px;
    width: 100%;
    display: flex;
    gap: 0;
    transition: all 0.3s ease;
}

/* 浜у搧涓诲唴瀹瑰尯鍩?*/
.dn-category-products-main {
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
}

/* 绛涢€夊拰鎺掑簭鏍?*/
.dn-category-products-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #000000;
}

.filter-btn svg {
    width: 16px;
    height: 16px;
}

.sort-dropdown {
    position: relative;
}

/* 闅愯棌浜у搧鏁伴噺鏄剧ず鍜岄€氱煡瀹瑰櫒 */
.woocommerce-result-count {
    display: none !important;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

/* WooCommerce 鎺掑簭琛ㄥ崟鏍峰紡 */
.woocommerce-ordering {
    margin: 0;
}

.sort-select,
.woocommerce-ordering select.orderby {
    appearance: none;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 8px 40px 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    min-width: 180px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    transition: all 0.3s ease;
}

.sort-select:hover,
.woocommerce-ordering select.orderby:hover {
    border-color: #000000;
}

.sort-select:focus,
.woocommerce-ordering select.orderby:focus {
    outline: none;
    border-color: #4B1C87;
}

/* 绛涢€変晶杈规爮 */
.dn-category-filter-sidebar {
    width: 0;
    flex-shrink: 0;
    overflow: hidden;
    transition: width 0.3s ease;
    background: transparent;
    margin-right: 0;
}

.dn-category-filter-sidebar.active {
    width: 280px;
    margin-right: 30px;
}

.filter-sidebar-content {
    width: 280px;
    padding: 30px 20px;
}

.filter-sidebar-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 30px 0;
}

/* 绛涢€夊垎缁?*/
.filter-group {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
}

.filter-group:last-of-type {
    border-bottom: none;
}

.filter-group-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    transition: color 0.3s ease;
}

.filter-option:hover {
    color: #000000;
}

.filter-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #4B1C87;
}

.filter-option span {
    flex: 1;
}

/* 棰滆壊绛涢€?*/
.filter-colors {
    gap: 15px;
}

.filter-color-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    transition: color 0.3s ease;
}

.filter-color-option:hover {
    color: #000000;
}

.filter-color-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #4B1C87;
}

.filter-color-box {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
}

/* 渚ц竟鏍忛伄缃╁眰锛堜粎鎵嬫満绔樉绀猴級 */
.filter-sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* PC绔缁堜笉鏄剧ず閬僵灞?*/
.filter-sidebar-overlay.active {
    display: none;
    opacity: 0;
}

/* 渚ц竟鏍忓叧闂寜閽紙浠呮墜鏈虹鏄剧ず锛?*/
.filter-sidebar-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.filter-sidebar-close::before,
.filter-sidebar-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000000;
}

.filter-sidebar-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.filter-sidebar-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 浜у搧缃戞牸 */
.dn-category-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    transition: all 0.3s ease;
}

/* 浜у搧鍗＄墖 */
.dn-category-product-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.dn-category-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(75, 28, 135, 0.3);
}

/* 浜у搧閾炬帴 */
.dn-category-product-card .product-link {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* 纭繚浜у搧鍗＄墖鍐呯殑鎵€鏈夊厓绱犻兘娌℃湁涓嬪垝绾挎垨杈规 */
.dn-category-product-card * {
    text-decoration: none !important;
}

/* 棰滆壊閫夋嫨鍣?*/
.product-colors {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.color-dot {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.color-dot:hover {
    transform: scale(1.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* 閫変腑鐘舵€?*/
.color-dot.active {
    border-color: #4B1C87 !important;
    transform: scale(1.15);
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #4B1C87;
}

.color-dot.active:hover {
    transform: scale(1.25);
}

/* 浜у搧鍥剧墖 */
.product-image {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

/* 涓诲浘鐗囷紙鐢ㄤ簬棰滆壊鍒囨崲锛?*/
.product-image-main {
    position: relative;
    z-index: 1;
}

/* 鎮仠鍥剧墖 */
.product-image-hover {
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    z-index: 0;
}

/* 鎮仠鍦ㄤ骇鍝侀摼鎺ユ椂鏄剧ず鎮仠鍥剧墖锛堜粎褰撴湭閫夋嫨棰滆壊鏃讹級 */
.dn-category-product-card .product-link:hover .product-image-main {
    opacity: 0;
}

.dn-category-product-card .product-link:hover .product-image-hover {
    opacity: 1;
}

/* 褰撻€夋嫨浜嗛鑹插悗锛岀鐢ㄦ偓鍋滃浘鐗囨晥鏋?*/
.dn-category-product-card.color-selected .product-link:hover .product-image-main {
    opacity: 1 !important;
}

.dn-category-product-card.color-selected .product-link:hover .product-image-hover {
    opacity: 0 !important;
}

/* 鎮仠鍦ㄩ鑹插渾鐐瑰尯鍩熸椂锛屼繚鎸佷富鍥炬樉绀?*/
.dn-category-product-card .product-colors:hover ~ .product-link .product-image-main {
    opacity: 1 !important;
}

.dn-category-product-card .product-colors:hover ~ .product-link .product-image-hover {
    opacity: 0 !important;
}

/* 浜у搧鏍囬 */
.product-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    text-align: center;
    border: none !important;
    border-bottom: none !important;
}

/* 浜у搧鍓爣棰?*/
.product-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    margin: 0;
    text-align: center;
    border: none !important;
    border-bottom: none !important;
}

/* 绛涢€夊姞杞介鏋跺睆鍔ㄧ敾 */
@keyframes skeleton-shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.dn-category-products-grid.filtering {
    position: relative;
}

.dn-category-products-grid.filtering .dn-category-product-card {
    opacity: 0;
    visibility: hidden;
}

/* 楠ㄦ灦灞忓崱鐗?*/
.skeleton-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.skeleton-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 20px;
}

.skeleton-title {
    width: 70%;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 4px;
    margin: 0 auto 10px;
}

.skeleton-subtitle {
    width: 50%;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 4px;
    margin: 0 auto;
}

.skeleton-colors {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
}

.skeleton-color-dot {
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 0;
}

/* 楠ㄦ灦灞忓鍣?*/
.skeleton-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/* 鍝嶅簲寮忛鏋跺睆 */
@media screen and (max-width: 1024px) {
    .skeleton-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .skeleton-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .skeleton-image {
        height: 150px;
    }
}

/* 鍝嶅簲寮忚璁?- 骞虫澘 */
@media screen and (max-width: 1024px) {
    .dn-category-hero {
        height: 500px;
    }
    
    .dn-category-hero-content {
        padding: 0 40px;
    }
    
    .dn-category-hero-title {
        font-size: 48px;
    }
    
    .dn-category-hero-subtitle {
        font-size: 12px;
    }
    
    .dn-category-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dn-category-filter-sidebar.active {
        width: 240px;
        margin-right: 25px;
    }
}

/* 鍝嶅簲寮忚璁?- 鎵嬫満绔?*/
@media screen and (max-width: 768px) {
    /* 杞挱妯″紡鎵嬫満绔?*/
    .dn-category-hero-slider {
        height: 512px;
    }
    
    .dn-category-hero-slide {
        align-items: flex-start;
        padding-top: 60px;
    }
    
    .dn-category-hero-nav {
        width: 40px;
        height: 40px;
    }
    
    .dn-category-hero-prev {
        left: 15px;
    }
    
    .dn-category-hero-next {
        right: 15px;
    }
    
    .dn-category-hero-nav svg {
        width: 16px;
        height: 16px;
    }
    
    /* 鍗曞浘妯″紡鎵嬫満绔?*/
    .dn-category-hero {
        height: 512px;
        background-image: url('../img/qwqwe.png');
        align-items: flex-start;
        padding-top: 60px;
    }
    
    .dn-category-hero-content {
        padding: 0 20px;
        justify-content: flex-start;
    }
    
    .dn-category-hero-title {
        font-size: 40px;
        font-weight: 700;
    }
    
    .dn-category-hero-subtitle {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }
    
    .dn-category-hero-btn {
        font-size: 12px;
        padding: 7px 20px;
    }
    
    .dn-category-hero-desc {
        max-width: 100%;
    }
    
    .dn-category-hero-desc p {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
    
    .dn-category-products {
        padding: 40px 20px;
    }
    
    .dn-category-products-filter {
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }
    
    .filter-btn {
        justify-content: center;
        flex-shrink: 0;
    }
    
    .sort-dropdown {
        flex: 1;
        min-width: 0;
    }
    
    .sort-select,
    .woocommerce-ordering select.orderby {
        width: 100%;
        min-width: auto;
    }
    
    .dn-category-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    /* 鎵嬫満绔晶杈规爮鏀逛负鍥哄畾瀹氫綅鐨勫脊鍑哄眰 */
    .dn-category-filter-sidebar {
        position: fixed;
        left: -280px;
        top: 0;
        height: 100vh;
        width: 280px;
        z-index: 1000;
        background: #FFFFFF;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
        transition: left 0.3s ease;
        overflow-y: auto;
    }
    
    .dn-category-filter-sidebar.active {
        left: 0;
        width: 280px;
        margin-right: 0;
    }
    
    .filter-sidebar-content {
        width: 100%;
        padding: 20px;
        padding-top: 20px;
        border-top: 1px solid #EFEFEF;
        margin-top: 60px;
    }
    
    /* 鏄剧ず鍏抽棴鎸夐挳 */
    .filter-sidebar-close {
        display: block;
    }
    
    /* 鎵嬫満绔殣钘忔爣棰?*/
    .filter-sidebar-title {
        display: none;
    }
    
    /* 鎵嬫満绔惎鐢ㄩ伄缃╁眰 */
    .filter-sidebar-overlay.active {
        display: block;
        opacity: 1;
    }
    
    .dn-category-product-card {
        padding: 20px 10px;
    }
    
    .product-colors {
        top: 10px;
        left: 10px;
        gap: 6px;
    }
    
    .color-dot {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }
    
    .color-dot.active {
        transform: scale(1.1);
        box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #4B1C87;
    }
    
    .color-dot:hover {
        transform: scale(1.15);
    }
    
    .color-dot.active:hover {
        transform: scale(1.2);
    }
    
    .product-title {
        font-size: 14px;
        font-weight: 700;
    }
    
    .product-subtitle {
        font-size: 10px;
        font-weight: 500;
    }
}

/* 鍝嶅簲寮忚璁?- 灏忓睆鎵嬫満 */
@media screen and (max-width: 480px) {
    .dn-category-hero {
        height: 512px;
        background-image: url('../img/qwqwe.png');
        padding-top: 60px;
    }
    
    .dn-category-hero-title {
        font-size: 40px;
        font-weight: 700;
    }
    
    .dn-category-hero-subtitle {
        font-size: 10px;
        font-weight: 500;
    }
    
    .dn-category-hero-btn {
        font-size: 12px;
        padding: 7px 20px;
    }
    
    .dn-category-hero-desc p {
        font-size: 12px;
        font-weight: 500;
    }
    
    .dn-category-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .dn-category-products {
        padding: 30px 15px;
    }
    
    .dn-category-products .bai-container {
        display: block;
    }
    
    /* 鎵嬫満绔晶杈规爮涓哄浐瀹氬脊鍑哄眰 */
    .dn-category-filter-sidebar {
        position: fixed;
        left: -280px;
        top: 0;
        height: 100vh;
        width: 280px;
        z-index: 1000;
    }
    
    .dn-category-filter-sidebar.active {
        left: 0;
        width: 280px;
        margin-right: 0;
    }
    
    .filter-sidebar-content {
        width: 100%;
        padding: 20px;
        padding-top: 20px;
        border-top: 1px solid #EFEFEF;
        margin-top: 60px;
    }
    
    /* 鏄剧ず鍏抽棴鎸夐挳 */
    .filter-sidebar-close {
        display: block;
    }
    
    /* 鎵嬫満绔殣钘忔爣棰?*/
    .filter-sidebar-title {
        display: none;
    }
    
    /* 鎵嬫満绔惎鐢ㄩ伄缃╁眰 */
    .filter-sidebar-overlay.active {
        display: block;
        opacity: 1;
    }
    
    .dn-category-product-card {
        padding: 20px 10px;
    }
    
    .product-colors {
        top: 10px;
        left: 10px;
        gap: 6px;
    }
    
    .color-dot {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }
    
    .color-dot.active {
        transform: scale(1.1);
        box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #4B1C87;
    }
    
    .color-dot:hover {
        transform: scale(1.15);
    }
    
    .color-dot.active:hover {
        transform: scale(1.2);
    }
    
    .product-title {
        font-size: 14px;
        font-weight: 700;
    }
    
    .product-subtitle {
        font-size: 10px;
        font-weight: 500;
    }
}


/* WooCommerce 分页样式 */
.woocommerce-pagination {
    margin-top: 15px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    color: #000000;
    text-decoration: none;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover {
    color: #4B1C87;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #4B1C87;
    font-weight: 600;
}


