/* MAS Product Description Section - קלאסים ייחודיים לחלוטין */




.mas-full-description-content {
    line-height: 1.8;
    color: #666;
    font-size: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mas-full-description-content p {
    margin-bottom: 15px;
}

/* MAS Extra Images Showcase - גלריה ייחודית */
.mas-extra-images-showcase {
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



.mas-single-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mas-single-image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.mas-single-image-box:hover img {
    transform: scale(1.05);
}















