.product-items .ampreorder-observed .price-box {
    /* margin-bottom: 15px; */ 
}

.product-items .ampreorder-observed .ampreorder-note {
    display: none; 
    /* margin-bottom: 20px; */
}

.ampreorder-observed,
.ampreorder-note,
.preorder_note { word-break: break-all; word-break: break-word; }
.stock.available .ampreorder-observed::before { 
    content: "\f287";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    position: relative;
    top: -1px;
    padding: 0 5px 0 0;
    color: #fda608;
}

.ampreorder-observed .tocart { white-space: normal }