p.price {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
/* 产品媒体区：相册 + 视频同一列 */
.single-product-media {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-product-layout {
    display: flex;
    gap: var(--laifen-spacing-lg);
    align-items: start;
}
.buy-now.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}
/* ==========
 产品图库 ========== */
.single-product-gallery {
    position: sticky;
    top: 100px;
    overflow: hidden;
    flex: 1;

}
.single-product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}   

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce-product-gallery__image {
    margin-bottom: var(--laifen-spacing-md);
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    border-radius: var(--laifen-radius-lg);
}

/* 产品画廊 Swiper 样式 */
.single-product-gallery {
    flex: 1;
}
.product-grid-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.my-product-swiper {
    width: 100%;
    height: auto;
}

.my-product-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.my-product-swiper .swiper-slide img,
.my-product-swiper .swiper-slide video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.my-product-swiper .product-video {
    max-width: 100%;
    display: block;
}

/* 缩略图导航样式 */
.my-product-thumbs {
    margin-top: 15px;
    width: 100%;
    height: auto;
}

.my-product-thumbs .swiper-slide {
    width: auto;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid transparent;
}

.my-product-thumbs .swiper-slide:hover {
    opacity: 0.8;
}

.my-product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #000;
}

.my-product-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 响应式缩略图大小 */
@media (max-width: 768px) {
    .my-product-thumbs .swiper-slide {
    }
}

/* 媒体切换按钮 */
.product-grid-bottom {
}

.media-switch {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.media-switch .switch-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.media-switch .switch-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.media-switch .switch-btn:hover {
    border-color: #999;
    color: #333;
}

.media-switch .switch-btn.active {
    border-color: #000;
    background: #000;
    color: #fff;
}

/* 产品视频（与相册同级，可多个） */
.single-product-videos {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.single-product-videos .single-product-video {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;

}

.single-product-videos .product-main-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* 变体选择器样式 - 圆形缩略图 */
.custom-variation-selector .attribute-row {
    margin-bottom: 24px;
}

.custom-variation-selector .attribute-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.single-product-videos .product-grid-bottom {
    position: relative;
    bottom: 0;
    margin-top: 10px;
}

.custom-variation-selector .selected-option-name {
    font-weight: 600;
    color: #000;
}

.custom-variation-selector .swatches {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.custom-variation-selector .swatch-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f5f5f5;
    position: relative;
}

.custom-variation-selector .swatch-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-variation-selector .swatch-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    padding: 4px;
}

.custom-variation-selector .swatch-item:hover {
    border-color: #666;
    transform: scale(1.05);
}

.custom-variation-selector .swatch-item.active {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .custom-variation-selector .swatch-item {
        width: 50px;
        height: 50px;
    }
}

/* ========== 产品手风琴样式 ========== */
.product-accordion {
    width: 100%;
    margin-top: 15px;
}

.product-accordion .accordion-item {
    transition: all 0.3s ease;
    border: 1px solid #000000;
    margin-bottom: 15px;
    border-radius: 10px;
}

.product-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    user-select: none;
    border-radius: 10px;
    box-sizing: border-box;
}

.product-accordion .accordion-header:hover {
    opacity: 0.7;
}

.product-accordion .accordion-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    flex: 1;
}

.product-accordion .accordion-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #000;
}

.product-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.product-accordion .accordion-body {
    padding: 0 20px 24px 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.product-accordion .accordion-body p {
    margin-bottom: 12px;
}

.product-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.product-accordion .accordion-body ul,
.product-accordion .accordion-body ol {
    margin: 12px 0;
}

.product-accordion .accordion-body li {
    margin-bottom: 8px;
}
.attribute-label {
    margin-bottom: 10px;
    font-size: var(--laifen-font-lg);
    font-weight: 600;
}
.custom-product-price {
    margin: 10px 0;
}
.full-desc {
    margin-top: 10px;
}
.selected-option-name {
    font-weight: 400;
}
.product-custom-section {
    padding: var(--laifen-spacing-3xl) 0;
    display: flex;
    flex-direction: column;
    gap: var(--laifen-spacing-xs);
}
.product-custom-section ul,.product-custom-section li{
    list-style: none;
    padding: 0;
    margin: 0;

}
.product-custom-section li img, .product-custom-section img{
    width: 100%;
}
.product-description {
    font-size: var(--laifen-font-xs);
    padding: 0 var(--laifen-spacing-md);
    margin-bottom: var(--laifen-spacing-sm);
}

.accessory-products-list h2 {
    margin-bottom: var(--laifen-spacing-xl);
}
.in-the-box-content .accordion-body{
    display: flex;
    gap: var(--laifen-spacing-xs);
    align-items: center;
}
.in-the-box-content .accordion-body img {
    border-radius: var(--laifen-spacing-xs);
    flex: 1;
    max-width: 50%;
}
.collection-product-container-hair-dryer .compare-features-table tr:first-child .feature-value {
    padding-top: 40px;
}
.collection-product-container-hair-dryer .compare-features-table tr:first-child .feature-value .feature-value-content img {
    height: 28px;
    object-fit: contain;
    width: auto !important;
    margin-bottom: 7px;
}
.white-colos-dot {
    border: 1px solid #acacac;
}
.accordion-body ul ,.accordion-body ol{
    padding-left: 0;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive-product-main .color-dot {
    box-sizing: border-box;
}
.product-card__title, .product-description {
    color: var(--laifen-text-primary);
}
/* 手风琴响应式设计 */
@media (max-width: 768px) {
    .accessory-products-list h2 {
        margin-bottom: var(--laifen-spacing-lg);
    }
    .compare-features-table {
        min-width: auto !important;
    }
    #in-the-box-body li {
        font-size: .6rem;
        line-height: 1;
    }
    .collection-product-container .product-list-container h2 {
        margin-bottom: var(--laifen-spacing-lg);
    }
    .product-accordion {
        margin-top: 15px;
    }
    .single-product-layout {
        flex-direction: column;
        gap: var(--laifen-spacing-sm);
    }
    .product-description {
        padding: 0 1rem;
        font-size: 0.5rem;
        margin-bottom: var(--laifen-spacing-xs);
    }
    .product-accordion .accordion-header {
        padding: 13px 15px;
    }
    
    .product-accordion .accordion-title {
        font-size: 14px;
    }
    
    .product-accordion .accordion-icon {
        width: 14px;
        height: 14px;
    }
    
    .product-accordion .accordion-body {
        padding: 0 15px 16px 15px;
        font-size: 13px;
    }
    .my-product-thumbs {
        margin-top: 10px;
    }
    .woocommerce-products-header__title,
    .product_title {
        font-size: var(--laifen-font-xl);
    }
    .full-desc {
        margin-top: 5px;
        font-size: var(--laifen-font-xs);
    }
    .custom-product-price {
        margin: 5px 0;
    }
    .price {
        font-size: var(--laifen-font-base);
        margin: 5px 0;
    }
    .attribute-label {
        font-size: var(--laifen-font-base);

    }
    #buy-now-button {
        margin-top: 15px;
        font-size: var(--laifen-font-lg);
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px !important;
    }
    .media-switch .switch-btn {
        padding: 5px 11px;
        font-size: 11px;
    }
}