#image_wrapper {
    position: sticky;
    top: 3.25rem;
}

.price:has(.cd-base-price) {
    color: var(--primary);
}

.bulk-prices.dropdown {
    display: none;
}

.cd-bulk-title {
    position: relative;

    display: block;
    width: 100%;
    height: .875rem;

    margin: 1rem 0 .5rem;
}

.cd-bulk-title::before {
    content: "";

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;

    height: 1px;
    background-color: #262626;
}

.cd-bulk-title-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    display: block;
    background-color: #FFF;
    padding: 0 .5rem;

    color: #098B1A;
    font-weight: 700;
    font-size: .875rem;
    text-align: center;
    line-height: 1;
}

.price .cd-base-price {
    padding-left: .5rem;
    font-size: .875rem;
    color: #262626;
}

.cd-bulk-prices {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.cd-bulk-price {
    display: grid;
    grid-template-columns: 1rem 1fr auto;
    gap: .5rem;

    border: 1px solid #B6B4B6;
    border-radius: .25rem;
    padding: .8125rem;

    text-decoration: none;
    color: #262626;

    outline: none;
    transition-duration: 0s;
}

.cd-bulk-price:hover,
.cd-bulk-price:focus,
.cd-bulk-price:active {
    color: #262626;
}

.cd-bulk-price.cd-active {
    border-color: #098B1A;
    border-width: 2px;
    padding: .75rem;
}

.cd-bulk-icon {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 1px solid #E4E2E5;
    align-self: center;
}

.cd-active .cd-bulk-icon {
    border-color: transparent;
    align-self: start;
}

.cd-bulk-checkmark {
    display: none;
    padding-top: 3px;
}

.cd-active .cd-bulk-checkmark {
    display: block;
}

.cd-bulk-price-per-unit {
    font-size: 1.0625rem;
}

.cd-per-unit {
    color: #565556;
    font-size: .75rem;
}

.cd-bulk-amount {
    font-weight: 700;
    font-size: 1.0625rem;
}

.cd-bulk-savings {
    color: #098B1A;
    display: none;
    font-size: .75rem;
}

.cd-active:not([data-amount="1"]) .cd-bulk-savings {
    display: block;
}

/* Other Changes */
/* Delivery Status */
.delivery-status ul li {
    display: block;
}

.delivery-status ul li:last-child {
    display: flex;
    align-items: flex-start;
    height: 1rem;
}

.delivery-status .status {
    font-weight: 900;
    font-size: .75rem;
}

.delivery-status .status.status-2 {
    color: #098B1A;
}

body .delivery-status ul li:last-child {
    height: auto;
}

body .delivery-status .estimated-delivery {
    font-size: .625rem;
}

.delivery-status .am-shipping-countdown {
    font-size: .75rem;
}

/* Payment Options */
.basket-payment-icons {
    gap: .5rem;
    flex-wrap: wrap;
}

.basket-payment-icons .p-1 {
    /*flex-wrap: wrap;*/
    width: calc(100% / 11 - 10 * .5rem / 11) !important;
    height: auto !important;
    padding: 0 !important;
}

/* Product Actions */
body .product-stock-info {
    border-bottom: none;
    padding: 0;
}

.product-actions .btn {
    border: none;
    background-color: transparent;

    font-size: .75rem;
    font-weight: 400;
}

.product-actions .btn:hover,
.product-actions .btn:focus,
.product-actions .btn:active {
    border: none;
    background-color: transparent;

    font-size: .75rem;
    font-weight: 400;
}

.product-actions .fa,
.product-actions .fas,
.product-actions .far {
    margin-right: .5em;
}

.product-actions .btn .button-text {
    text-decoration: underline;
}

.product-actions .product-stock-info-button {
    padding: .1875rem .625rem;
}

.price-note {
    display: flex;
    gap: .25em;
}

.price-note .cd-separator,
.price-note .suggested-price,
.price-note .vat-info {
    font-size: .75rem;
    color: #565556;
}

.cd-best-before {
    font-size: .75rem;
}