.avinash-loop-variations {
    width: 100%;
    margin-top: 12px;
}

.avinash-loop-variation-fields {
    display: grid;
    gap: 8px;
    margin-bottom: 10px;
}

.avinash-loop-variation-select {
    width: 100%;
    min-height: 42px;
    padding: 8px 38px 8px 12px;
    border: 1px solid #f7901e;
    border-radius: 5px;
    background-color: #fff;
    color: #072010;
    font: inherit;
    cursor: pointer;
}

/* The quick-view wrapper remains in Donalfarm's parent template. */
.pxl-product-grid .product-foot .quickview,
.pxl-product-carousel-wg .product-foot .quickview {
    display: none !important;
}

.avinash-loop-selected-price {
    min-height: 24px;
    margin-bottom: 8px;
    color: #0d401c;
    font-weight: 700;
}

.avinash-loop-selected-price:empty {
    display: none;
}

.avinash-loop-quantity {
    display: grid;
    grid-template-columns: 38px minmax(44px, 1fr) 38px;
    width: 132px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #d7ddd9;
    border-radius: 5px;
    background: #fff;
}

.avinash-loop-quantity button,
.avinash-loop-quantity input {
    min-width: 0;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #072010;
    text-align: center;
}

.avinash-loop-quantity button {
    cursor: pointer;
    font-size: 18px;
}

.avinash-loop-quantity input {
    border-right: 1px solid #e2e6e3;
    border-left: 1px solid #e2e6e3;
    appearance: textfield;
}

.avinash-loop-quantity input::-webkit-inner-spin-button,
.avinash-loop-quantity input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.avinash-loop-add-to-cart {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 40px !important;
    padding: 9px 18px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 22px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

.avinash-loop-add-to-cart:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.avinash-loop-cart-message {
    min-height: 18px;
    margin: 6px 0 0;
    color: #0d401c;
    font-size: 13px;
}
