body.a11-weight-product div.product .summary .woocommerce-product-details__short-description {
    margin-bottom: 12px !important;
}

body.a11-weight-product div.product .summary form.cart,
body.a11-weight-product div.product form.cart {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.a11-weight-product form.cart .quantity {
    display: none !important;
}

.a11-weight-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    margin: 0 0 14px;
    font-family: inherit;
}

.a11-weight-wrap *,
.a11-weight-wrap *::before,
.a11-weight-wrap *::after {
    box-sizing: border-box;
}

.a11-weight-card {
    margin: 0 0 14px;
    padding: 18px 20px 16px;
    border: 1px solid rgba(120, 90, 60, 0.18);
    border-radius: 17px;
    background: #fffaf6;
    box-shadow: 0 4px 16px rgba(60, 45, 35, 0.035);
}

.a11-weight-title,
.a11-field-label {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: #77777c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.a11-weight-controls {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 4px 0 13px;
}

.a11-weight-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(90, 90, 95, 0.22);
    border-radius: 50%;
    background: #fff;
    color: #74777d;
    box-shadow: none;
    font: inherit;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.a11-weight-btn:hover:not(:disabled),
.a11-weight-btn:focus-visible:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
}

.a11-weight-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.a11-weight-btn:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.a11-weight-value {
    min-width: 112px;
    color: #77777c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.a11-weight-price {
    margin: 0 0 6px;
    color: #77777c;
    font-size: 15px;
    line-height: 1.4;
}

.a11-weight-step {
    color: #aaa;
    font-size: 14px;
    line-height: 1.4;
}

.a11-cut-options {
    min-width: 0;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
}

.a11-radio-list {
    display: grid;
    gap: 7px;
}

.a11-radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #86868b;
    font-size: 15px;
    line-height: 1.35;
    cursor: pointer;
}

.a11-radio-option input[type="radio"] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 0;
}

.a11-specific-wish {
    margin: 0 0 14px;
}

.a11-specific-wish textarea {
    display: block;
    width: 100%;
    min-height: 82px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(120, 90, 60, 0.18);
    border-radius: 13px;
    background: #fff;
    color: #606065;
    box-shadow: none;
    font: inherit;
    resize: vertical;
}

.a11-specific-wish textarea:focus {
    border-color: rgba(90, 90, 95, 0.45);
    outline: none;
    box-shadow: 0 0 0 2px rgba(90, 90, 95, 0.08);
}

.a11-specific-wish small {
    display: block;
    margin-top: 7px;
    color: #999;
    font-size: 13px;
    line-height: 1.4;
}

.a11-fixed-cart-quantity {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
}

@media (max-width: 768px) {
    .a11-weight-wrap {
        max-width: 100%;
    }

    .a11-weight-card {
        padding: 17px 16px 15px;
    }

    .a11-weight-controls {
        justify-content: space-between;
        gap: 12px;
    }

    .a11-weight-value {
        min-width: auto;
    }
}
