/* Product Page Enhanced Styles */
.single-product-area.electronic-pro-wrp {
    padding: 30px 0;
    background-color: #fff;
}

.single-product-img {
    position: relative;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    
}

.single-product-img.with-border {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: none !important;
}

.single-product-slider {
    border: none !important;
    background-color: #3a353511;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    max-height: 400px;
}

.single-product-slider .single-img {
    display: block;
    transition: transform 0.3s ease;
    height: 400px;
}

.single-product-slider .single-img:hover img {
    transform: scale(1.02);
}

.single-product-slider .single-img img.img-half {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.thumbs-arrow-holder {
    position: relative;
    margin-top: 15px;
    padding: 0 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.single-product-thumbs {
    height: 60px;
}

.single-product-thumbs .swiper-slide {
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: none !important;
}

.single-product-thumbs .swiper-slide:hover,
.single-product-thumbs .swiper-slide-active {
    opacity: 1;
}

.single-product-thumbs .swiper-slide img.img-full {
    width: 100%;
    height: 100%;
    background-color: #6666663d;
    object-fit: contain;
}

.thumbs-button-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.thumbs-button-prev,
.thumbs-button-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(224, 58, 58, 0.308);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.thumbs-button-prev {
    left: 0;
}

.thumbs-button-next {
    right: 0;
}

.thumbs-button-prev:hover,
.thumbs-button-next:hover {
    background: #f70404af;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.thumbs-button-prev i,
.thumbs-button-next i {
    font-size: 14px;
    color: #333;
}

.single-product-content {
    padding: 0 20px;
}

.single-product-content.with-sticky {
    position: sticky;
    top: 115px;
}

.single-product-content > .title {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.single-product-content > .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--bs-primary);
}

.single-product-content .short-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
}

.product-tab-area {
    margin-top: 20px;
    padding-top: 20px;
}

.product-tab-nav {
    margin-bottom: 15px !important;
}

.product-tab-content {
    margin-top: 15px;
}

.section-space-y-axis-100 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.section-space-top-100 {
    padding-top: 40px !important;
}

.product-category {
    margin-bottom: 8px !important;
}

.pro-4-text-wrp {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;

     /* Prevent overflow and ensure wrapping */
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
    
    
}

.pro-4-text-wrp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pro-4-text-wrp ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #555;
    
    
}



.pro-4-text-wrp .table {
    margin-bottom: 0;
    background: #fff;
}

.pro-4-text-wrp .table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.pro-4-text-wrp .table td {
    vertical-align: middle;
    color: #555;
}

.pro-4-text-wrp .table th[scope="row"] {
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    
}

@media (max-width: 991px) {
    .single-product-area.electronic-pro-wrp {
        padding: 25px 0;
    }
    
    .single-product-img {
        max-width: 400px;
    }
    
    .single-product-slider {
        max-height: 350px;
    }
    
    .single-product-slider .single-img {
        height: 350px;
    }
    
    .thumbs-arrow-holder {
        max-width: 400px;
    }
    
    .single-product-content {
        padding: 20px 0 0;
    }
    
    .single-product-content > .title {
        font-size: 24px;
    }
    
    .product-tab-content .title {
        font-size: 20px;
    }
    
    .section-space-y-axis-100 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .single-product-area.electronic-pro-wrp {
        padding: 20px 0;
    }
    
    .single-product-img {
        max-width: 300px;
    }
    
    .single-product-slider {
        max-height: 300px;
    }
    
    .single-product-slider .single-img {
        height: 300px;
    }
    
    .thumbs-arrow-holder {
        max-width: 300px;
    }
    
    .single-product-content > .title {
        font-size: 22px;
    }
    
    .pro-4-text-wrp {
        padding: 15px;
        
    }
    
    .product-tab-content {
        margin-bottom: 20px;
    }
    
    .section-space-y-axis-100 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
} 