<div class="pdp-price-container">
    <div class="pdp-price">
        <div class="pdp-price__value">
            <div class="pdp-price__new-price"><span class="pdp-price__from">From</span>&pound;1.60</div>
        </div>
        <div class="pdp-price__value pdp-price__value_extended">
            <div class="pdp-price__availability">Currently In Stock</div>
            <div class="pdp-price__delivery">
            <span class="delivery-link">
              <a href="#" data-open-tab="#delivery-tab">Delivery</a>
            </span>
                <span class="delivery-info">next day available</span>
            </div>
        </div>
        <div class="pdp-price__oos">
            <a href="#" class="btn btn-action btn_full">
                <span class="btn__text">Notify Me</span>
            </a>
            <p>Currently out of stock, use our Notify Me button to receive an email when this item is available</p>
        </div>
        <div class="pdp-price__oos">
            <strong>Out of Stock</strong>
            <p>Sorry, this product is out of stock</p>
        </div>
        <div class="pdp-price__in-store-only">
            <p>In Store Only</p>
        </div>
        <div class="pdp-price__controls">
            <form action="#" class="quantity-counter">
                <div class="pdp-price__size">
                    <div class="pdp-price__notification error">
                        Please select a size from the range above
                    </div>
                    {{> form-row row-mod="sort-order-by" dropdown="true" id="d1" placeholder="Please select a size"}}
                </div>
                <div class="pdp-price__control-holder">
                    <p>Minimum order quantity for delivery is 6</p>
                    <label for="quantity-field" class="quantity-label">Quantity: </label>
                    <input type="text" inputmode="numeric" pattern="[0-9]*" id="quantity-field" class="tbx tbx_quantity" value="1">
                </div>
                <div class="pdp-price__control-holder">
                    <button class="btn btn-action btn_full btn-add-to-basket">
                        <span class="btn__text">Add for delivery</span>
                    </button>
                </div>
                <div class="pdp-price__control-holder">
                    <button class="btn btn-primary btn_full" data-toggle="modal" data-target="#modal-click-and-collect">
                        <span class="btn__text">Click & Collect</span>
                    </button>
                </div>
                <div class="pdp-price__control-holder pdp-price__actions">
                    <a href="#" class="link-secondary">Check stock in your local store</a>
                </div>
            </form>
        </div>
    </div>
</div>
