.hs-cart-gift-lock {
    align-items: center;
    background: #f6f3ee;
    border: 1px solid #e6dfd4;
    border-radius: 999px;
    color: #b5440a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    min-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
}

.cart-preview-line[data-cart-auto-gift="1"] .previewCartItem-actions,
.previewCartItem[data-cart-auto-gift="1"] .previewCartItem-actions {
    display: flex !important;
    grid-template-columns: none !important;
    max-width: 100%;
    width: auto !important;
}

.hs-cart-page-item[data-cart-auto-gift="1"] .hs-cart-page-item__controls {
    align-items: center;
}
