/* Header Styles */

.product-hero-m {
    display: none !important;
}

.show-pro .header {
    background-color: #EA5A2D;
    color: #FFFFFF;
    height: 81px;
    line-height: 81px;
}

.show-pro .header-bg {
    background-image: url('/static/default/web/whl/wShowPro/header-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.show-pro .header-top {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.show-pro .w-breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
}

.show-pro .breadcrumb-item {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0.9;
    transition: opacity 0.15s ease;
}

.show-pro .breadcrumb-item:hover {
    opacity: 1;
    text-decoration: underline;
}

.show-pro .home-icon {
    width: 14px;
    height: 14px;
}

.show-pro .breadcrumb-separator {
    opacity: 0.7;
    font-size: 10px;
}

.show-pro .breadcrumb-current {
    opacity: 0.8;
}

.show-pro .header-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 154px;
}

.show-pro .bg-test {
    width: 686px;
    height: 539px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 40%, transparent 100%),
        #E8E8E8;
    border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #D1D1D1;
}


/* Main Content */
.show-pro .main-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 32px 24px;
}

/* Product Hero Section */
.show-pro .product-hero {
    display: grid;
    grid-template-columns: minmax(auto, 680px) 1fr;
    gap: 64px;
    margin-bottom: 42px;
}

/* Product Gallery */
.show-pro .product-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.show-pro .main-image-container {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.show-pro .main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.show-pro .main-image-container:hover .main-image {
    transform: scale(1.05);
}

.show-pro .thumbnail-list {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.show-pro .product-info-footer .thumbnail-list {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.show-pro .product-gallery .thumbnail-list {
    justify-content: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #EEEEEE;
}

.show-pro .w-thumbnail {
    width: 125px;
    height: 105px;
    border: 2px solid #EEEEEE;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 8px;
    transition: all 0.15s ease;
    overflow: hidden;
}

.show-pro .w-thumbnail:hover {
    border-color: #BDBDBD;
    transform: translateY(-2px);
}

.show-pro .w-thumbnail.active {
    border-color: #EA5A2D;
    box-shadow: 0 0 0 2px rgba(232, 90, 43, 0.2);
}

.show-pro .w-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Product Info */
.show-pro .product-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 100%;
}

.show-pro .product-title {
    font-size: 40px !important;
    font-weight: 700;
    color: #212121;
    line-height: 1.3;
}

.show-pro .product-description {
    font-size: 18px;
    line-height: 1.7;
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-pro .section-label {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 28px;
}

.show-pro .application-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.show-pro .tag {
    background-color: #F5F5F5;
    color: #616161;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #EEEEEE;
    transition: all 0.15s ease;
}

.show-pro .tag:hover {
    background-color: #EEEEEE;
    border-color: #E0E0E0;
}

.show-pro .action-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.show-pro .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
    cursor: pointer;
    border: none;
}

.show-pro .btn-consult {
    background-color: #EA5A2D;
    color: #FFFFFF;
}

.show-pro .btn-consult:hover {
    background-color: #D14A1B;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.show-pro .btn-phone {
    background-color: #EA5A2D;
    color: #FFFFFF;
}

.show-pro .btn-phone:hover {
    background-color: #D14A1B;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.show-pro .btn-icon {
    width: 18px;
    height: 18px;
}

.show-pro .product-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 24px;
    gap: 16px;
}

.show-pro .social-links {
    display: flex;
    gap: 16px;
}

.show-pro .social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    transition: all 0.15s ease;
}

.show-pro .social-link:hover {
    color: #EA5A2D;
    transform: translateY(-2px);
}

.show-pro .social-link svg {
    width: 20px;
    height: 20px;
}

/* Product Tabs Section */
.show-pro .product-tabs-section {
    margin-top: 0px;
}

.show-pro .wHeader {
    width: 100%;
    background-color: #F5F5F5;
}

.show-pro .tabs-header {
    background-color: #DFE1E5;
}

.show-pro .tabs-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.show-pro .tabs-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.show-pro .tabs-indicator {
    width: 56px;
    height: 15px;
    background-image: url('/static/default/web/whl/wShowPro/tabs-indicator.png');
    background-size: cover;
    margin-right: 6px;
}


.show-pro .tabs-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
}

.show-pro .tabs-nav {
    display: flex;
    gap: 4px;
}

.show-pro .tab-btn {
    padding: 8px 24px;
    border: none;
    background-color: #3D3D3D;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    border-radius: 4px;
}

.show-pro .tab-btn:hover {
    background-color: #616161;
}

.show-pro .tab-btn.active {
    background-color: #EA5A2D;
}

.show-pro .tabs-content {
    background-color: #FFFFFF;
    padding: 32px;
}

.show-pro .tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.show-pro .tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.show-pro .content-section {
    margin-bottom: 32px;
}

.show-pro .content-section:last-child {
    margin-bottom: 0;
}

.show-pro .content-title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.show-pro .content-text {
    font-size: 14px;
    line-height: 1.8;
    color: #616161;
    margin-bottom: 8px;
}

.show-pro .installation-list {
    list-style: none;
    padding: 0;
}

.show-pro .installation-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #616161;
}

.show-pro .installation-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #EA5A2D;
    font-weight: 600;
}

/* Gallery Grid */
.show-pro .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.show-pro .gallery-item {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    transition: all 0.3s ease;
    cursor: pointer;
}

.show-pro .gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.show-pro .gallery-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.show-pro .gallery-item:hover img {
    transform: scale(1.1);
}

/* Feature List */
.show-pro .feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.show-pro .feature-list li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #616161;
}

.show-pro .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #EA5A2D;
    font-weight: 700;
}

/* Application Cards */
.show-pro .application-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.show-pro .app-card {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
}

.show-pro .app-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-color: #EA5A2D;
}

.show-pro .app-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.show-pro .app-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 4px;
}

.show-pro .app-card p {
    font-size: 13px;
    color: #757575;
    line-height: 1.5;
}

/* Footer */
.show-pro .w-footer {
    margin-top: 64px;
    border-top: 1px dashed #E0E0E0;
}

.show-pro .footer-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;

}

.show-pro .footer-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #EA5A2D;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.15s ease;
}

.show-pro .footer-link:hover {
    color: #D14A1B;
    transform: translateX(4px);
}

.show-pro .footer-link.prev:hover {
    transform: translateX(-4px);
}

.show-pro .nav-arrow {
    width: 18px;
    height: 18px;
}

.show-pro .home-icon-small {
    width: 16px;
    height: 16px;
}

#application .content-section p img {
    width: 992px;
    height: 744px;
}

/* Responsive Design */

/* Tablet (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .show-pro .product-hero {
        gap: 32px;
    }

    .show-pro .product-title {
        font-size: 24px;
    }

    .show-pro .main-image-container {
        min-height: 350px;
    }

    .show-pro .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .show-pro .application-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .show-pro .feature-list {
        grid-template-columns: 1fr;
    }
}

/* Mobile Landscape & Small Tablets (481px - 767px) */
@media screen and (max-width: 768px) {

    #application .content-section p img {
        width: auto;
        height: auto;
    }

    .product-hero-w {
        display: none !important;
    }

    .product-hero-m {
        display: block !important;
    }

    .show-pro .header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .show-pro .header-title {
        font-size: 14px;
    }

    .show-pro .main-content {
        padding: 24px 16px;
    }

    .show-pro .product-hero {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .show-pro .product-gallery {
        order: -1;
    }

    .show-pro .main-image-container {
        min-height: 300px;
        padding: 24px;
    }

    .show-pro .product-title {
        font-size: 26px !important;
    }

    .show-pro .tabs-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .show-pro .section-label {
        font-size: 22px;
    }

    .show-pro .tabs-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .show-pro .tab-btn {
        flex: 1;
        min-width: 100px;
    }

    .show-pro .tabs-content {
        padding: 24px;
    }

    .show-pro .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .show-pro .gallery-item img {
        height: 120px;
    }

    .show-pro .application-cards {
        grid-template-columns: 1fr;
    }

    .show-pro .footer-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
    }

    .show-pro .footer-link {
        width: 100%;
        justify-content: center;
    }

    .show-pro .product-info-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .show-pro .product-info-footer .thumbnail-list {
        justify-content: flex-start;
        width: 100%;
    }
}

/* Mobile Portrait (320px - 480px) */
@media screen and (max-width: 480px) {



    .show-pro .breadcrumb {
        font-size: 11px;
        flex-wrap: wrap;
    }

    .show-pro .main-content {
        padding: 16px;
    }

    .show-pro .main-image-container {
        min-height: 250px;
        padding: 16px;
    }

    .show-pro .thumbnail {
        width: 60px;
        height: 60px;
    }

    .show-pro .product-title {
        font-size: 20px;
    }

    .show-pro .action-buttons {
        flex-direction: column;
    }

    .show-pro .btn {
        width: 100%;
        justify-content: center;
    }

    .show-pro .tabs-header {
        padding: 16px;
    }

    .show-pro .tabs-title h2 {
        font-size: 16px;
    }

    .show-pro .tab-btn {
        padding: 8px;
        font-size: 12px;
        min-width: 80px;
    }

    .show-pro .tabs-content {
        padding: 16px;
    }

    .show-pro .content-title {
        font-size: 16px;
    }

    .show-pro .gallery-grid {
        grid-template-columns: 1fr;
    }

    .show-pro .gallery-item img {
        height: 200px;
    }

    .show-pro .installation-list li {
        font-size: 13px;
    }

    .show-pro .product-hero-m .thumbnail-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }


}

/* Large Desktop (1200px+) */
@media screen and (min-width: 1200px) {
    .show-pro .product-hero {
        gap: 92px;
    }

    .show-pro .main-image-container {
        min-height: 510px;
    }

    .show-pro .product-title {
        font-size: 40px;
    }
}

/* Print Styles */
@media print {

    .show-pro .header,
    .show-pro .footer,
    .show-pro .action-buttons,
    .show-pro .social-links,
    .show-pro .tabs-nav {
        display: none;
    }

    .show-pro .product-hero {
        grid-template-columns: 1fr 1fr;
        page-break-inside: avoid;
    }

    .show-pro .tab-panel {
        display: block !important;
    }

    .show-pro .tabs-content {
        border: none;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Styles for Accessibility */
button:focus-visible,
a:focus-visible {
    outline: 2px solid #EA5A2D;
    outline-offset: 2px;
}

/* Selection Styles */
::selection {
    background-color: rgba(232, 90, 43, 0.2);
    color: #212121;
}