#buy-addtocart.pdp-buy-options > .pdp-primary-cta {
    align-items: center;
    background: linear-gradient(#188819, #087709);
    border-radius: 4px;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 8px 16px;
}

#buy-addtocart.pdp-buy-options > .pdp-primary-cta span {
    margin-right: 0;
}

.pdp-delivery-options {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.pdp-delivery-option {
    align-items: center;
    border: 1px solid #dce5ed;
    border-radius: 4px;
    color: #102447;
    display: grid;
    gap: 16px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 15px 20px;
}

.pdp-delivery-option-pickup {
    background: linear-gradient(105deg, rgba(255, 102, 0, .11), rgba(255, 102, 0, .09));
    border-color: #f60;
    position: relative;
}

.pdp-delivery-option-unavailable {
    background: #fff;
    border-color: #dce5ed;
}

.pdp-delivery-icon {
    color: #f60;
    font-size: 35px;
    line-height: 1;
    text-align: center;
}

.pdp-delivery-option-home .pdp-delivery-icon,
.pdp-delivery-option-unavailable .pdp-delivery-icon {
    color: #122753;
}

.pdp-delivery-copy {
    display: grid;
    font-size: 15px;
    line-height: 1.35;
    min-width: 0;
}

.pdp-delivery-copy strong {
    font-size: 16px;
    line-height: 1.3;
}

.pdp-delivery-label {
    background: #f60;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    padding: 3px 7px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: -11px;
}

.pdp-personal-advice {
    margin-top: 18px;
}

@media screen and (max-width: 400px) {
    #buy-addtocart.pdp-buy-options > .pdp-primary-cta {
        font-size: 16px;
        line-height: 1.4;
    }

    .pdp-delivery-option {
        gap: 12px;
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 14px 12px;
    }

    .pdp-delivery-icon {
        font-size: 29px;
    }

    .pdp-delivery-copy {
        font-size: 14px;
    }

    .pdp-delivery-copy strong {
        font-size: 15px;
    }
}
