/**
 * PIM Single Product Styles
 */

/* ========== BREADCRUMB ========== */
.pim-breadcrumb,
.pim-product-breadcrumb .pim-breadcrumb {
    font-size: 14px;
    color: #666;
}
.pim-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}
.pim-breadcrumb a:hover {
    color: #3b82f6;
}
.pim-breadcrumb-sep {
    color: #999;
    margin: 0 10px;
}
.pim-breadcrumb-current {
    color: #1a1a1a;
    font-weight: 500;
}

/* ========== SECTION TITLES ========== */
.pim-section-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 0 30px 0 !important;
}

/* ========== PRODUCT HEADER ========== */
.pim-product-header {
    display: flex !important;
    gap: 50px !important;
    align-items: flex-start !important;
}
.pim-product-image-col {
    flex: 0 0 45% !important;
    max-width: 45% !important;
}
.pim-product-info-col {
    flex: 0 0 55% !important;
    max-width: 55% !important;
    padding-left: 20px;
}
/* Main Image Wrapper */
.pim-product-main-image-wrapper {
    background-color: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Image */
.pim-product-main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}
.pim-product-code {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 8px !important;
    display: block;
}
.pim-product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin: 0 0 20px 0 !important;
}
.pim-product-short-desc {
    font-size: 16px !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* ========== PRODUCT COLLECTIONS ========== */
.pim-product-collections {

}
.pim-product-collection {
   
}
.pim-collection-label {
  
}
.pim-collection-item-name {
   
}

/* ========== DESCRIPTION ========== */
.pim-product-description {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #374151 !important;
}

/* ========== GALLERY ========== */
.pim-gallery {
    display: flex;
    gap: 20px;
    max-width: 900px;
}
.pim-gallery-thumbs {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 100px;
    flex-shrink: 0;
}
.pim-gallery-thumb {
    overflow: hidden;

}
.pim-gallery-thumb:hover,
.pim-gallery-thumb-active {
    
}
.pim-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.pim-gallery-main {
    flex: 1;
    position: relative;
    max-width: 700px;
	display:none;
}
.pim-gallery-slide {
    display: none;
}
.pim-gallery-slide-active {
    display: block;
}
.pim-gallery-slide img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 12px;
    background: #f9fafb;
}

/* ========== SPECIFICATIONS ========== */
.pim-specifications {
    width: 100%;
}
.pim-spec-group {
    margin-bottom: 30px;
}
.pim-spec-group:last-child {
    margin-bottom: 0;
}
.pim-spec-group-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 0 15px 0 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #3b82f6;
	display:none;
}
.pim-spec-table {
    width: 100%;
    border-collapse: collapse;
	background: #f2f2f3;
}
.pim-spec-table tr:nth-child(even) {
    background: #fff;
}
.pim-spec-table th,
.pim-spec-table td {
    padding: 12px 15px;
    text-align: left;
    font-size: 15px;
}
.pim-spec-name {
    font-weight: 600;
    width: 30%;
    white-space: nowrap;
}
.pim-spec-value {
    font-weight: 400;
}
.pim-spec-unit {
    color: #6b7280;
    font-weight: 400;
    font-size: 13px;
}

/* ========== DOCUMENTS ========== */
.pim-documents {
    /* Container - customize in WP */
}
.pim-doc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pim-doc-item {
    border-bottom: 1px solid #e5e7eb;
}
.pim-doc-item:last-child {
    border-bottom: none;
}
.pim-doc-link {
    display: flex;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    color: inherit;
}
.pim-doc-link:hover {
    /* Hover state - customize in WP */
	color: var(--bricks-color-ffsqzs);
}
.pim-doc-arrow {
    margin-right: 8px;
    /* Arrow style - customize in WP */
}
.pim-doc-name {
    flex: 1;
    /* Name style - customize in WP */
}
.pim-doc-icon {
    /* Icon style - customize in WP */
}
.pim-doc-restricted {
    color: #9ca3af;
}
.pim-doc-locked {
    /* Locked icon - customize in WP */
}

/* ========== APPLICATIONS ========== */
.pim-applications {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pim-application-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 15px;
}
.pim-application-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.pim-application-name {
    color: #374151;
    font-weight: 500;
}

/* ========== CATEGORIES ========== */
.pim-categories {
}
.pim-category-link {
 
}
.pim-category-link:hover {
   
}


/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
    .pim-product-header {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .pim-product-image-col,
    .pim-product-info-col {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        padding-left: 0;
    }
    .pim-product-main-image {
        max-width: 500px;
        margin: 0 auto;
    }
   /* .pim-gallery {
        flex-direction: column-reverse;
    }
    .pim-gallery-thumbs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }
    .pim-gallery-thumb {
        flex-shrink: 0;
    }*/
}

@media (max-width: 768px) {
    .pim-section-title {
        font-size: 24px !important;
    }
    .pim-product-title {
        font-size: 26px !important;
    }
    .pim-spec-table th,
    .pim-spec-table td {
        padding: 10px;
        font-size: 14px;
    }
    .pim-spec-name {
        width: 50%;
    }
    .pim-documents {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pim-product-title {
        font-size: 22px !important;
    }
    .pim-gallery-thumb {
        width: 70px;
        height: 70px;
    }
}
