.ct-4a4bf0b0-container {
    font-family: inherit;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.ct-4a4bf0b0-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}

.ct-4a4bf0b0-tab {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
}

.ct-4a4bf0b0-tab:not(:last-child) {
    border-right: 1px solid #ddd;
}

.ct-4a4bf0b0-pane {
    padding: 20px;
}

.ct-4a4bf0b0-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.ct-4a4bf0b0-table th, 
.ct-4a4bf0b0-table td {
    border: 1px solid #eee;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: left;
}

.ct-4a4bf0b0-table th {
    font-weight: bold;
}

/* Swatch layout styles */
.ct-4a4bf0b0-swatch-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fafafa;
    flex-shrink: 0;
}

.ct-4a4bf0b0-swatch-color {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

.ct-4a4bf0b0-swatch-icon {
    display: inline-block;
    color: #555;
    flex-shrink: 0;
}

.ct-4a4bf0b0-swatch-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.ct-4a4bf0b0-swatch-img:hover {
    transform: scale(1.1);
}

/* Lightbox styles */
.ct-4a4bf0b0-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ct-4a4bf0b0-lightbox.active {
    opacity: 1;
}

.ct-4a4bf0b0-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.ct-4a4bf0b0-lightbox-img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    display: block;
}

.ct-4a4bf0b0-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
