.lookbook-1 .item-2 {
    top: 14% !important;
    left: 69% !important;
}
.lookbook-product .image{
    width:93px;
}
.variant-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.variant-wrapper.alt {
    margin-top: -8px;
    margin-bottom: 16px;
}

.variant-row {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 8px;
    flex: 1;
    scrollbar-width: none;
}
.variant-row::-webkit-scrollbar { display: none; }

.variant-button {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.variant-button.active {
    background: #009E60;
    color: white;
    border-color: #009E60;
}

.dual-variant {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.dual-variant.active {
    background: #36b37e;
    color: #fff;
    border-color: #36b37e;
}

.dual-variant .weight {
    font-weight: 600;
}
.dual-variant .count {
    font-size: 12px;
}
.cmp-variant-wrapper::-webkit-scrollbar {
    height: 6px;
}

.cmp-variant-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.cmp-variant-wrapper::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.cmp-variant-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Firefox desteği */
.cmp-variant-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #bbb #f1f1f1;
}
.dual-variant{
    border: 2px solid #ccc;
}

.dual-variant.active,
.variant-button.active {
    border: 2px solid #1abc9c;
    background-color: #eafff7;
    color:black;
}