
.section-01 {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 100px auto auto auto;
}
.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f5f5f5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
}
.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
}
.card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #e8e8e8;
}
.score-box {
    display: inline-flex;
    align-items: center;
    color: #e6b727;
    font-weight: 600;
    svg {
        width: 16px;
        height: 16px;
    }
    svg:last-child {
        margin-right: 5px;
    }
}
.card-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 18px;
    color: #2c3e50;
    letter-spacing: 0.5px;
}
.card-body {
    padding: 24px;
}
.图文详情卡片 {
}
.card-footer {
    padding: 20px 24px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    border-top: 1px solid #e9ecef;
}
.shop-card {
    margin-bottom: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.shop-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.gallery-card {
    margin-bottom: 24px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.gallery-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}
.info-card {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 24px;
    box-sizing: border-box;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}
.info-card:hover {
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}
.tabs-card {
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.tabs-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.recommend-card {
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.recommend-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.s1-left > .card,
.s1-right > .card,
.tab-content > .card {
    margin-bottom: 24px;
    top: 20px;
}
@media (max-width: 768px) {
    .s1-left > .card,
    .s1-right > .card,
    .tab-content > .card {
        margin-bottom: 16px;
    }
    .card {
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
    .card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    }
}
.s1-left-shop-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1-left {
    width: 660px;
}
.s1-right {
    position: sticky;
    width: 500px;
    margin-left: 20px;
    align-self: flex-start;
    z-index: 100;
}
.shop-info {
    .shop-name {
        font-weight: 600;
        display: flex;
        align-items: center;
        svg {
            width: 26px;
            height: 26px;
            margin-right: 5px;
        }
    }
    .shop-desc {
        color: #555;
        font-size: .9rem;
        margin-left: 6px;
    }
}
.card-header {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.s1-btns {
    display: flex;
    gap: 20px;
    div {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: .85rem;
        cursor: pointer;
        border: 1px solid #ccc;
    }
}
.product-gallery {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-gallery:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.thumbnail-container {
    width: 100px;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    background: #f8f9fa;
    overflow-y: auto;
}
.thumbnail-list {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 8px;
}
.thumbnail-item {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
}
.thumbnail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 118, 0, 0.1) 0%, rgba(255, 118, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 6px;
}
.thumbnail-item:hover {
    border-color: #ff7600;
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(255, 118, 0, 0.2);
}
.thumbnail-item:hover::before {
    opacity: 1;
}
.thumbnail-item.active {
    border-color: #ff7600;
    box-shadow: 0 4px 16px rgba(255, 118, 0, 0.3);
    transform: scale(1.05);
}
.thumbnail-item.active::before {
    opacity: 1;
}
.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.main-image-container {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-image {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.main-image img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
}
.image-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}
.nav-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.nav-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}
.nav-btn svg {
    width: 20px;
    height: 20px;
}
.thumbnail-container::-webkit-scrollbar {
    width: 4px;
}
.thumbnail-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
.thumbnail-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
}
.thumbnail-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
@media (max-width: 768px) {
    .product-gallery {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    .thumbnail-container {
        width: 100%;
        height: 120px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 0;
    }
    .thumbnail-list {
        flex-direction: row;
        padding: 15px;
        gap: 10px;
        height: 100%;
    }
    .thumbnail-item {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
        margin: 0;
    }
    .thumbnail-item.active {
        border-color: #ff7600;
        transform: scale(1.05);
    }
    .main-image-container {
        height: 350px;
        margin: 0;
        border-radius: 8px;
    }
    .main-image {
        padding: 20px;
    }
    .main-image img {
        max-width: 100%;
    }
    .image-nav {
        padding: 0 20px;
    }
    .nav-btn {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.95);
        border: 2px solid #e0e0e0;
    }
    .nav-btn:hover {
        background: rgba(255, 255, 255, 1);
        border-color: #ff7600;
    }
    .nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .nav-btn:disabled:hover {
        background: rgba(255, 255, 255, 0.95);
        border-color: #e0e0e0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .product-gallery {
        height: 500px;
    }
    .thumbnail-container {
        width: 120px;
    }
    .thumbnail-item {
        width: 100px;
        height: 100px;
    }
    .main-image-container {
        height: 480px;
    }
    .main-image img {
        max-height: 440px;
    }
}
@media (min-width: 1200px) {
    .product-gallery {
    }
    .thumbnail-container {
        width: 150px;
    }
    .thumbnail-item {
        width: 120px;
        height: 120px;
    }
    .main-image-container {
        height: 580px;
    }
    .main-image img {
        max-height: 540px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .thumbnail-item {
        border-width: 2px;
    }
    .nav-btn {
        border-width: 2px;
    }
}
@media print {
    .product-gallery {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    .thumbnail-container {
        display: none;
    }
    .main-image-container {
        width: 100%;
        height: auto;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    .nav-btn {
        display: none;
    }
}
.s1-r-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 12px;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}
.s1-r-tags {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    div {
        padding: 8px 16px;
        border-radius: 20px;
        font-size: .85rem;
        font-weight: 600;
        background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
        color: #e67e22;
        box-shadow: 0 2px 8px rgba(230, 126, 34, 0.2);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }
    div::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
    }
    div:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(230, 126, 34, 0.3);
    }
    div:hover::before {
        left: 100%;
    }
}
.s1-r-price {
    margin: 25px 0;
    padding: 10px;
    background: linear-gradient(135deg, #fff9f9 0%, #fff5f5 100%);
    border-radius: 12px;
    border-left: 4px solid #ff6b6b;
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.s1-r-price:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 24px rgba(255, 107, 107, 0.15);
}
.s1-r-price .price-tag {
    font-size: 1.2rem;
    color: #ff6b6b;
    font-weight: 700;
    margin-right: 5px;
}
.s1-r-price .price {
    color: #ff6b6b;
    font-weight: 800;
    font-size: 2.2rem;
    text-shadow: 0 2px 4px rgba(255, 107, 107, 0.2);
}
.s1-r-price .sold {
    color: #95a5a6;
    font-size: .9rem;
    margin-left: 10px;
    background: rgba(149, 165, 166, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 500;
}
.s1-r-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 25px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecf0f1;
    position: relative;
}
.s1-r-subtitle::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    transition: width 0.3s ease;
}
.s1-r-subtitle:hover::after {
    width: 120px;
}

/* 核心：商品列表滚动样式 */
.goods-list {
    /* 1. 设置固定高度（关键），根据需求调整数值 */
    max-height: 400px; /* 最大高度，超出则滚动 */
    /* 或用固定高度：height: 400px;（根据布局选择） */

    /* 2. 垂直溢出时显示滚动条（关键） */
    overflow-y: auto;

    /* 3. 隐藏水平滚动条（避免意外横向滚动） */
    overflow-x: hidden;

    /* 4. 优化样式（可选） */
    padding: 8px 0; /* 上下内边距，增加呼吸感 */
}

/* 滚动条美化（可选，适配主流浏览器） */
.goods-list::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
}

.goods-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景 */
    border-radius: 3px;
}

.goods-list::-webkit-scrollbar-thumb {
    background: #ccc; /* 滚动条滑块颜色 */
    border-radius: 3px;
}

.goods-list::-webkit-scrollbar-thumb:hover {
    background: #999; /* 滑块hover颜色 */
}


.goods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    div {
        display: flex;
        align-items: center;
        border: 2px solid #ecf0f1;
        padding: 12px 20px;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 118, 0, 0.1), transparent);

        }
        img {
            width: 24px;
            height: 24px;
            border: 2px solid #ecf0f1;
            border-radius: 6px;
            margin-right: 10px;
            padding: 2px;
            transition: all 0.3s ease;
        }
        span {
            font-weight: 600;
            color: #2c3e50;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        &:hover::before {
            left: 100%;
        }
        &:hover img {
            transform: scale(1.1);
        }
        &:hover span {
            color: #ff7600;
        }
        &.active {
            border-color: #ff7600;
            box-shadow: 0 4px 12px rgba(255, 118, 0, 0.3);
            font-weight: 600;
            color: #ff7600;
        }
    }
}
.bottom-btns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    position: sticky;
    bottom: 20px;
    width: 100%;
    z-index: 10;
    div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to right, #ff7600, #ff4900);
        padding: 10px;
        color: white;
        border-radius: 5px;
        font-size: 1rem;
        cursor: pointer;
        border: 1px solid #ccc;
        box-shadow: 0 4px 12px rgba(255, 118, 0, 0.3);
        transition: all 0.3s ease;
    }
    div:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(255, 118, 0, 0.4);
    }
}
.tabs-container {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}
.tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: white;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    font-size: 1rem;
    color: #666;
    position: relative;
    transition: all 0.3s ease;
}
.tab:hover {
    color: #333;
}
.tab.active {
    color: #ff7600;
    font-weight: 600;
}
.tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: #ff7600;
    border-radius: 2px;
}
.tab-content {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.comments {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
.c-header span:first-child {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}
.c-header span:last-child {
    font-size: 0.9rem;
    color: #ff7600;
    background: #fff5f0;
    padding: 4px 12px;
    border-radius: 12px;
    border: 1px solid #ffd8c5;
}
.comment {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fafafa;
    transition: all 0.3s ease;
}
.comment:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.c-user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.c-user-info span:first-child {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}
.c-user-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.85rem;
    color: #666;
}
.c-user-date span:first-child {
    margin-bottom: 4px;
}
.c-user-date span:last-child {
    color: #999;
    font-size: 0.8rem;
}
.comment p {
    margin: 12px 0;
    line-height: 1.6;
    color: #555;
    font-size: 0.95rem;
}
.imgs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.gi-header, .s2-header {
    font-size: 1.2rem;
    font-weight: 600;
}
.section-02 {
    display: none;
    width: 1200px;
    margin: 20px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.section-02.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.details-content img {
    width: 100%;
}
.describe {
    margin-block-start: 0;
}
.s1-right.no-sticky {
    position: static;
}
.payment-btn {
    background: linear-gradient(to right, #ff7600, #ff4900);
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(255, 118, 0, 0.3);
    transition: all 0.3s ease;
}
.payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 118, 0, 0.4);
}
.r-goods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 30px 20px;
}
.r-goods {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 280px;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #ecf0f1;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.r-goods::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 118, 0, 0.1), transparent);
    transition: left 0.6s ease;
}
.r-goods img {
    width: 140px;
    height: 140px;
    border-radius: 12px;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 2px solid #ecf0f1;
}
.r-goods .goods-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 15px;
    color: #2c3e50;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}
.r-goods .price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}
.r-goods .price {
    color: #ff6b6b;
    font-weight: 800;
    font-size: 1.4rem;
    text-shadow: 0 2px 4px rgba(255, 107, 107, 0.2);
}
.r-goods .sold {
    color: #95a5a6;
    font-size: 0.85rem;
    background: rgba(149, 165, 166, 0.1);
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}
.r-goods:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(255, 118, 0, 0.15);
    border-color: #ff7600;
}
.r-goods:hover::before {
    left: 100%;
}
.r-goods:hover img {
    box-shadow: 0 8px 24px rgba(255, 118, 0, 0.2);
}
.r-goods:hover .goods-name {
    color: #ff7600;
}
.r-goods:hover .price {
    color: #e74c3c;
    transform: scale(1.1);
}
.imgs img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.imgs img:hover {
    transform: scale(1.05);
}
.comment + .comment {
    margin-top: 16px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}
.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
}
.price-highlight {
    position: relative;
    overflow: hidden;
}
.price-highlight::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}
.bottom-btns div {
    position: relative;
    overflow: hidden;
}
.bottom-btns div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}
.bottom-btns div:hover::before {
    left: 100%;
}
.product-gallery img {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.s1-r-tags div {
    animation: fadeInUp 0.6s ease-out;
}
.s1-r-tags div:nth-child(1) { animation-delay: 0.1s; }
.s1-r-tags div:nth-child(2) { animation-delay: 0.2s; }
.s1-r-tags div:nth-child(3) { animation-delay: 0.3s; }

.r-goods:nth-child(1) { animation-delay: 0.1s; }
.r-goods:nth-child(2) { animation-delay: 0.2s; }
.r-goods:nth-child(3) { animation-delay: 0.3s; }
.r-goods:nth-child(4) { animation-delay: 0.4s; }
.r-goods:nth-child(5) { animation-delay: 0.5s; }
.r-goods:nth-child(6) { animation-delay: 0.6s; }
