.delivery-massage .certain-cases,
.delivery-massage > span.delivery-on-day,
.catalog-product-view .delivery-massage .delivery-on-day {
    display: none !important;
}

.dhl-pincode-check {
    width: 100%;
    margin: 14px 0 4px;
    text-align: left;
    font-family: "Lato", Arial, sans-serif;
    color: #1f1f24;
}

.dhl-pincode-check__title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #1f1f24;
}

.dhl-pincode-check__pin {
    flex: 0 0 auto;
}

.dhl-pincode-check__field {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d4d5d9;
    background: #fff;
}

.dhl-pincode-check.is-success .dhl-pincode-check__field {
    background: #f5f5f6;
}

.dhl-pincode-check__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 14px;
    line-height: 40px;
    color: #1f1f24;
}

.dhl-pincode-check__input:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.dhl-pincode-check__ok {
    margin-left: 6px;
    color: #1c8846;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.dhl-pincode-check__check,
.dhl-pincode-check__change {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: auto !important;
    color: #e80c00 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    white-space: nowrap;
}

.dhl-pincode-check [hidden] {
    display: none !important;
}

.dhl-pincode-check__result:not([hidden]) {
    display: flex;
}

.dhl-pincode-check__check:hover,
.dhl-pincode-check__change:hover {
    text-decoration: underline;
}

.dhl-pincode-check.is-loading .dhl-pincode-check__check {
    opacity: 0.55;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.dhl-pincode-check__hint,
.dhl-pincode-check__error {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.4;
}

.dhl-pincode-check__hint {
    color: #737373;
}

.catalog-product-view .delivery-massage .dhl-pincode-check__error,
.catalog-product-view .dhl-pincode-check .dhl-pincode-check__error,
.dhl-pincode-check__error,
.dhl-pincode-check.is-error .dhl-pincode-check__error,
.dhl-pincode-check [data-role="error"] {
    color: #e80c00 !important;
}

.dhl-pincode-check__result {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #1f1f24;
}

.dhl-pincode-check__truck {
    flex: 0 0 auto;
    color: #1f1f24;
}

.dhl-pincode-check__message strong {
    color: #e80c00;
    font-weight: 700;
}

@media (max-width: 767px) {
    .dhl-pincode-check {
        margin: 12px 0 8px;
    }
}
