.cell-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.cell-product-left {
    position: sticky;
    top: 80px;
}

.cell-carousel {
    width: 100%;
    overflow: hidden;
}

.cell-slide img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.cell-product-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cell-options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cell-option h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
}

.cell-option p {
    margin: 0;
    color: #666;
}
