/* Full product page only; native commerce and quick-buy dialog remain untouched. */
.netstore-product-card-v2640 .product-page #cart-form.product-buy-form {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
#cart-form.product-buy-form .product-summary.product-buy-intro {
    color: #292e32 !important;
}
#cart-form .product-stock .sku-stock.product-stock__unavailable {
    padding: 12px 14px !important;
    border: 0 !important;
    background: #f5f6f7 !important;
    box-shadow: none !important;
}
#cart-form .product-stock__unavailable .product-stock__main {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px;
    line-height: 20px;
}
#cart-form .product-stock__unavailable .product-stock__status--none {
    align-items: baseline;
    gap: 6px;
    color: #525960 !important;
}
#cart-form .product-stock__unavailable .product-stock__status--none > .fa {
    flex: 0 0 9px;
    color: #969da3;
}
#cart-form .product-stock__unavailable-note {
    margin-top: 4px;
    padding-left: 15px;
    color: #69727b;
    font-size: 13px;
    line-height: 18px;
    overflow-wrap: anywhere;
}
#cart-form .netstore-length-alternatives[hidden],
#cart-form .has-color-alternatives > .product-stock__unavailable-note {
    display: none !important;
}
#cart-form .netstore-length-alternatives {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 12px;
    padding-left: 15px;
    color: #525960;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
#cart-form .netstore-length-alternatives__copy {
    min-width: 0;
    overflow-wrap: anywhere;
}
#cart-form button.netstore-length-alternatives__action {
    min-height: 44px;
    max-width: 100%;
    margin: 0;
    padding: 8px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #36562a;
    font: inherit;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: normal;
    overflow-wrap: anywhere;
    cursor: pointer;
}
#cart-form button.netstore-length-alternatives__action:focus-visible {
    outline: 2px solid #326bc0;
    outline-offset: 2px;
}
@media (hover: hover) {
    #cart-form button.netstore-length-alternatives__action:hover { color: #213b18; }
}
#cart-form .netstore-length-estimate > .netstore-length-estimate__caption,
#cart-form .netstore-length-estimate > .netstore-length-estimate__value {
    display: none !important;
}
#cart-form .netstore-length-estimate.has-unavailable-copy > .repack-length-storefront__label:not(.netstore-length-estimate__caption),
#cart-form .netstore-length-estimate.has-unavailable-copy > strong:not(.netstore-length-estimate__value) {
    display: none !important;
}
#cart-form .netstore-length-estimate.has-unavailable-copy > .netstore-length-estimate__caption,
#cart-form .netstore-length-estimate.has-unavailable-copy > .netstore-length-estimate__value {
    display: block !important;
    overflow-wrap: anywhere;
}
