.breva-wrapper {
    max-width: 700px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

#breva-url {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

#breva-fetch {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.breva-status {
    margin-top: 10px;
    min-height: 20px;
    font-size: 14px;
}

.breva-result {
    margin-top: 12px;
    padding: 12px;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: auto;
    max-height: 320px;
    direction: ltr;
}

/* ===== UI محصول شبیه عکس ===== */
.breva-product {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-top: 18px;
}

.breva-product__media {
    flex: 1 1 58%;
    max-width: 520px;
}

.breva-product__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

.breva-product__info {
    flex: 1 1 42%;
    max-width: 360px;
    padding-top: 6px;
}

.breva-product__headline {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
}

.breva-product__title {
    font-size: 13px;
    color: #444;
    margin-bottom: 8px;
    line-height: 1.7;
}

.breva-product__price {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.breva-field {
    margin-bottom: 12px;
}

.breva-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

/* sizes like small boxes */
.breva-sizes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.breva-size {
    min-width: 30px;
    height: 26px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 8px;
    cursor: pointer;
}

.breva-size.is-active {
    border-color: #111;
    box-shadow: 0 0 0 1px #111 inset;
}

/* colors like dots */
.breva-colors {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.breva-color {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 0;
}

.breva-color.is-active {
    outline: 2px solid #111;
    outline-offset: 2px;
}

/* keep WC select hidden (but functional) */
.breva-wc-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* your button styling stays */
.single_add_to_cart_button {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    background: #000 !important;
    color: #fff !important;
    cursor: pointer;
}

/* responsive */
@media (max-width: 820px) {
    .breva-product {
        flex-direction: column;
    }

    .breva-product__info {
        max-width: 100%;
    }

    .breva-product__media {
        max-width: 100%;
    }
}
